Skip to content

Commit

Permalink
ci: fixup docker secret ref
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent 0c2f675 commit 568f2c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Prepare Matrix
id: setup
uses: ./.github/actions/prepare
with:
DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
deploy:
needs:
- prepare
Expand All @@ -35,7 +32,7 @@ jobs:
with:
platform: ${{ matrix.platform }}
tag: ethpandaops/ethereum-genesis-generator:${{ needs.prepare.outputs.tag }}
DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
manifest:
needs:
Expand All @@ -49,5 +46,5 @@ jobs:
tag: ${{ needs.prepare.outputs.tag }}
repository: ethpandaops/ethereum-genesis-generator
platforms: ${{ needs.prepare.outputs.platforms }}
DOCKER_USERNAME: "${{ vars.DOCKER_USERNAME }}"
DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"

0 comments on commit 568f2c7

Please sign in to comment.