mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 17:09:24 +00:00
fixed the latest tag generation/push
This commit is contained in:
parent
fff395c3aa
commit
a1c4e8f001
1 changed files with 1 additions and 4 deletions
|
|
@ -15,7 +15,4 @@ build:
|
|||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||
- docker buildx build --platform $BUILD_PLATFORMS --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 $BUILD_PLATFORMS --push -t $IMAGE_TAG -t $CI_REGISTRY_IMAGE:latest .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue