We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186c0d0 commit 5c1df08Copy full SHA for 5c1df08
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build and push Docker image
37
uses: docker/build-push-action@v4
38
with:
39
- context: k8s-ci
+ context: .
40
push: true
41
tags: ${{ steps.meta.outputs.tags }}
42
labels: ${{ steps.meta.outputs.labels }}
0 commit comments