Skip to content

Commit

Permalink
build(ci): fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
jimehk committed Apr 18, 2024
1 parent ef9428a commit 3489e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: .
file: "{context}/Dockerfile.release"
file: Dockerfile.release
tags: ghcr.io/krystal/cert-manager-webhook-katapult:${{ needs.release-please.outputs.version }}
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
Expand Down

0 comments on commit 3489e3c

Please sign in to comment.