Update context
This commit is contained in:
parent
c21a34506e
commit
63f8d3a6fb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-docker.yaml
vendored
1
.github/workflows/build-docker.yaml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true # push to registry
|
||||
pull: true # always fetch the latest base images
|
||||
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
|
||||
|
|
Loading…
Reference in a new issue