We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076f33c commit 78af622Copy full SHA for 78af622
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build and push Docker image
35
uses: docker/build-push-action@v3.2.0
36
with:
37
- context: .
+ context: ./cli
38
push: true
39
build-args: |
40
VERSION=${{ github.ref_name }}
0 commit comments