Skip to content

Commit

Permalink
updated: updated: dependencies for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Dec 22, 2024
1 parent 42f8ed8 commit 898cc20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Checkout repository🧱
uses: actions/[email protected]

# - name: Install cosign🔒
# uses: sigstore/[email protected]
- name: Install cosign🔒
uses: sigstore/[email protected]
with:
cosign-release: "v2.4.1"

- name: Setup Docker buildx🛠️
uses: docker/[email protected]
Expand Down Expand Up @@ -188,13 +190,13 @@ jobs:
subject-digest: ${{ env.DIGEST }}
push-to-registry: false

# - name: Sign the published Docker image🔐
# env:
# COSIGN_EXPERIMENTAL: "true"
# run: |
# echo ${{ env.DIGEST }}
# cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
# cosign sign ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
- name: Sign the published Docker image🔐
env:
COSIGN_EXPERIMENTAL: "true"
run: |
echo ${{ env.DIGEST }}
# cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
# cosign sign ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
- name: Run deploy update on the server✅
uses: appleboy/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEpgBjvXcJZjZQaB26/52eqlKPggso
nIO4lnUlrf7UhxYB89VOONbppPoxRi5Zom1cMXdLamtqoaFpWA8e1trtPQ==
-----END PUBLIC KEY-----

0 comments on commit 898cc20

Please sign in to comment.