mirror of
https://git.netzspielplatz.de/docker-multiarch/apt-cacher-ng.git
synced 2025-11-08 18:59:29 +00:00
removed the wrong latest tagging approach
This commit is contained in:
parent
16693ed694
commit
fe417de2e8
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 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 tag $IMAGE_TAG $CI_REGISTRY_IMAGE:latest
|
|
||||||
- docker push $CI_REGISTRY_IMAGE:latest
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue