Skip to content

Commit

Permalink
fix: ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Jan 23, 2025
1 parent 02214d0 commit 6c15dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
fi
build-and-publish-ecr:
if: ${{ github.event.inputs.no-build != 'true' }}
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -239,8 +240,8 @@ jobs:
id-token: write
contents: write
needs:
- build-and-publish-ecr
- upload-chain-specs
- build-and-publish-ecr
runs-on: eks
steps:
- name: Checkout
Expand Down

0 comments on commit 6c15dff

Please sign in to comment.