mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
update release action for docker
This commit is contained in:
parent
3f7284f771
commit
d91fa4061c
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
--push
|
--push
|
||||||
|
|
||||||
- name: Build and push latest tag
|
- name: Build and push latest tag
|
||||||
if: startsWith(github.event.release.target_commitish, '1.x')
|
if: startsWith(github.event.release.target_commitish, '2.x')
|
||||||
run: |
|
run: |
|
||||||
docker buildx build . \
|
docker buildx build . \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user