ci: fix context client build

issue #33
This commit is contained in:
Ricardo Campos
2024-09-12 21:38:43 -03:00
parent bad1e4027d
commit 36f41ebf17
+1 -2
View File
@@ -47,8 +47,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
context: ./
file: client/Dockerfile
context: ./client
tags: rmcampos/tasknote-client:${{ github.event.number }}
build-args: BUILD=${{ github.event.number }}
cache-from: type=gha