mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 17:19:26 +00:00
add pull & push for latest tag
This commit is contained in:
parent
344569a7ea
commit
739e6a93d4
1 changed files with 2 additions and 0 deletions
|
|
@ -40,3 +40,5 @@ deploy:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
- docker buildx create --use --name mybuilder
|
- docker buildx create --use --name mybuilder
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
|
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
|
||||||
|
- docker pull $IMAGE_TAG
|
||||||
|
- docker push $CI_REGISTRY_IMAGE:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue