Skip to content

Commit

Permalink
Merge pull request #170 from ethpandaops/skylenet/fixup-grandine-wf
Browse files Browse the repository at this point in the history
build-push-grandine: fix target_dockerfile
  • Loading branch information
skylenet authored May 14, 2024
2 parents 9cf7637 + d9fae00 commit 02975ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-grandine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
source_repository: ${{ inputs.repository }}
source_ref: ${{ inputs.ref }}
build_script: ./grandine/build.sh
target_dockerfile: Dockerfile.minimal
target_dockerfile: ./grandine/Dockerfile.minimal
target_tag: ${{ inputs.docker_tag || inputs.ref }}-${{ matrix.slug }}-minimal
target_repository: ethpandaops/grandine
platform: ${{ matrix.platform }}
Expand Down

0 comments on commit 02975ba

Please sign in to comment.