Skip to content

Commit 0037834

Browse files
committed
Fix path to dockerfile in release ci
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
1 parent 8db2226 commit 0037834

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)