Update buildx.sh

Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
El RIDO 2022-12-31 07:56:25 +01:00 committed by GitHub
parent a54d5eaa93
commit ecfc67a1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ main() {
# append the stable tag on explicit pushes to master or (git) tags
IMAGE_TAGS+=" --tag ${IMAGE}stable"
fi
# always build latest on normal builds
IMAGE+="latest"
fi
build_image "${BUILD_ARGS} ${IMAGE_TAGS}"