Update buildx.sh
Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
parent
a54d5eaa93
commit
ecfc67a1f8
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue