Skip to content

Commit

Permalink
fix: push before signing
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Dec 10, 2024
1 parent 80a2409 commit 2d5313c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
- name: Tag with stable
run: docker tag iconcommunity/relayer-admin-dashboard:${{ github.event.inputs.tag }} iconcommunity/relayer-admin-dashboard:stable

- name: Push relayer image
run: docker push iconcommunity/relayer-admin-dashboard:stable

- name: Install cosign
uses: sigstore/cosign-installer@v3

Expand All @@ -133,6 +136,3 @@ jobs:
COSIGN_YES: true
run: |
cosign sign --key env://COSIGN_PRIVATE_KEY iconcommunity/relayer-admin-dashboard:stable
- name: Push relayer image
run: docker push iconcommunity/relayer-admin-dashboard:stable

0 comments on commit 2d5313c

Please sign in to comment.