mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Ensured latest docker image is built with SHLINK_VERSION=latest
This commit is contained in:
@@ -20,6 +20,7 @@ if [[ "$GITHUB_REF" != *"develop"* ]]; then
|
||||
# If build branch is develop, build latest
|
||||
elif [[ "$GITHUB_REF" == *"develop"* ]]; then
|
||||
docker buildx build --push \
|
||||
--build-arg SHLINK_VERSION=latest \
|
||||
--platform ${PLATFORMS} \
|
||||
-t ${DOCKER_IMAGE}:latest .
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user