Skip to content

Commit 11ad46d

Browse files
authored
Merge pull request #2 from Lirt/fix/ci-release
Fix path to dockerfile in release ci
2 parents f0774a5 + 0037834 commit 11ad46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
push: true
2323
tags: "lirt/k8s-secret-replicator:${{ github.ref_name }}"
24-
file: "docker/Dockerfile"
24+
file: "Dockerfile"
2525
platforms: "linux/amd64,linux/arm,linux/arm64"
2626
no-cache: true
2727
build-args: |

0 commit comments

Comments
 (0)