Skip to content

Commit

Permalink
ci: pass tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent 4a7ad8b commit d36cd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: ./.github/actions/deploy
with:
platform: ${{ matrix.platform }}
tag: ethpandaops/ethereum-genesis-generator:${{ needs.prepare.outputs.tag }}
tag: ${{ needs.prepare.outputs.tag }}
DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
manifest:
Expand Down

0 comments on commit d36cd03

Please sign in to comment.