Skip to content

Commit

Permalink
Fix dockerfile location
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Mar 4, 2024
1 parent 2d4ce1a commit 78ff118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
push: ${{ env.IMAGE_PUSH }}
context: .
outputs: ${{ env.IMAGE_OUTPUTS }}
file: ./images/devel/Dockerfile
file: Dockerfile
platforms: ${{ env.IMAGE_PLATFORMS }}
build-args: |
GOLANG_VERSION=${{ matrix.go-version }}
Expand Down

0 comments on commit 78ff118

Please sign in to comment.