Skip to content

Commit

Permalink
Allow specifying location of Dockerfile in mp builds
Browse files Browse the repository at this point in the history
Add inputs.dockerfile_path. This may break existing
mutliplatform builds relying on the default, since
they used ./Dockerfile
  • Loading branch information
alexeyklyukin committed Nov 18, 2024
1 parent 02d7e11 commit 364aa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ${{ inputs.dockerfile_path }}
platforms: linux/${{ matrix.platform }}
target: ${{ inputs.docker_target }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 364aa7d

Please sign in to comment.