mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 18:39:24 +00:00
no need to build and push again manually, buildx does it already
This commit is contained in:
parent
bc51feea7b
commit
344569a7ea
1 changed files with 0 additions and 3 deletions
|
|
@ -40,6 +40,3 @@ deploy:
|
|||
- 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 push $IMAGE_TAG
|
||||
- docker build -t $CI_REGISTRY_IMAGE:latest .
|
||||
- docker push $CI_REGISTRY_IMAGE:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue