Skip to content

Commit f9a26d7

Browse files
committed
feat(release): test image signing
1 parent 2bb91aa commit f9a26d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
gpg --fingerprint "$key_id"
6868
6969
- name: "🚀 Run release process"
70-
id: release
7170
uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62 # v5.0.2
71+
id: release
7272
with:
7373
extra_plugins: |
7474
@semantic-release/git
@@ -84,6 +84,7 @@ jobs:
8484

8585
- name: "🔑 Login to container registry"
8686
uses: docker/login-action@v3
87+
if: steps.release.outputs.new_release_published == 'true'
8788
with:
8889
registry: ghcr.io
8990
username: ${{ github.actor }}

0 commit comments

Comments
 (0)