mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 20:39:25 +00:00
we need to return 1 if nothing is to do, not true
This commit is contained in:
parent
af91e01939
commit
dc69f4a6f4
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 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 .
|
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
|
else
|
||||||
return true
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue