mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix docker push action (#6934)
This commit is contained in:
parent
f58eacf64e
commit
d0fccaf14e
1
.github/workflows/docker.yaml
vendored
1
.github/workflows/docker.yaml
vendored
@ -166,6 +166,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # pin@v5.3.0
|
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # pin@v5.3.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
file: ./contrib/container/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
sbom: true
|
sbom: true
|
||||||
|
Loading…
Reference in New Issue
Block a user