Skip to content

Commit 5c1df08

Browse files
authored
ci: fix release.yml (#253)
1 parent 186c0d0 commit 5c1df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build and push Docker image
3737
uses: docker/build-push-action@v4
3838
with:
39-
context: k8s-ci
39+
context: .
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)