mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 15:39:24 +00:00
nope, we need to return 0 ;)
This commit is contained in:
parent
dc69f4a6f4
commit
cc06145256
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ build:
|
|||
docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||
docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE_TAG:$LATEST_MINIO_GITHUB -t $CI_REGISTRY_IMAGE:latest -t $D_IMAGE_TAG:$LATEST_MINIO_GITHUB -t $D_LATEST_TAG .
|
||||
else
|
||||
return 1
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue