mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
fix docker action
This commit is contained in:
parent
54dc6cfb9a
commit
a11f221619
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx build . \
|
docker buildx build . \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
-t vitodeploy/vito:${{ github.event.release.target_commitish }} \
|
-t vitodeploy/vito:${{ github.head_ref || github.ref_name }} \
|
||||||
--build-arg="RELEASE=0" \
|
--build-arg="RELEASE=0" \
|
||||||
--platform linux/amd64,linux/arm64 \
|
--platform linux/amd64,linux/arm64 \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user