Skip to content

Commit

Permalink
Merge pull request #2 from Lirt/fix/ci-release
Browse files Browse the repository at this point in the history
Fix path to dockerfile in release ci
  • Loading branch information
Lirt authored Nov 5, 2023
2 parents f0774a5 + 0037834 commit 11ad46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
push: true
tags: "lirt/k8s-secret-replicator:${{ github.ref_name }}"
file: "docker/Dockerfile"
file: "Dockerfile"
platforms: "linux/amd64,linux/arm,linux/arm64"
no-cache: true
build-args: |
Expand Down

0 comments on commit 11ad46d

Please sign in to comment.