Skip to content

Commit

Permalink
Fix dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarasko committed Oct 28, 2022
1 parent bf4c9c4 commit 3f46a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prysm-image-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: docker/prysm/
file: Dockerfile.beacon
file: docker/prysm/Dockerfile.beacon
platforms: linux/amd64,linux/arm64
push: true
build-args: VERSION=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: docker/prysm/
file: Dockerfile.validator
file: docker/prysm/Dockerfile.validator
platforms: linux/amd64,linux/arm64
push: true
build-args: VERSION=${{ github.event.inputs.version }}
Expand Down

0 comments on commit 3f46a43

Please sign in to comment.