Skip to content

Commit

Permalink
Fix builder images being built with base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Feb 5, 2024
1 parent 8335201 commit d8ed010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
id: build-builder-image
uses: docker/build-push-action@v5
with:
file: base.Dockerfile
file: builder.Dockerfile
context: .
push: ${{ inputs.pushToRegistry || true }}
platforms: "linux/amd64"
Expand Down

0 comments on commit d8ed010

Please sign in to comment.