mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 17:09:24 +00:00
directly push latest
This commit is contained in:
parent
b63a0fcc06
commit
64fadf47f5
1 changed files with 1 additions and 4 deletions
|
|
@ -39,7 +39,4 @@ deploy:
|
|||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker buildx create --use --name mybuilder
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
|
||||
- docker pull $IMAGE_TAG
|
||||
- docker tag $IMAGE_TAG $CI_REGISTRY_IMAGE:latest
|
||||
- docker push $CI_REGISTRY_IMAGE:latest
|
||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $CI_REGISTRY_IMAGE:latest .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue