Set buildx context in CI/CD
This commit is contained in:
parent
4f35a8d79f
commit
96097d1cd3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push-docker.yml
vendored
1
.github/workflows/push-docker.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v4.0.0
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in a new issue