Skip to content

Commit 78af622

Browse files
committed
update the docker context
1 parent 076f33c commit 78af622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and push Docker image
3535
uses: docker/build-push-action@v3.2.0
3636
with:
37-
context: .
37+
context: ./cli
3838
push: true
3939
build-args: |
4040
VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)