Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m23s
Check Calibre-web version / check-version (push) Successful in 16s

This commit is contained in:
2025-04-13 22:34:36 +02:00
parent f21f756801
commit aa73fb8d8a

View File

@@ -62,7 +62,7 @@ jobs:
run: |
tags=(${{ env.IMAGE_TAGS }})
sep=""
if [[ -n "${tags[1]}" ]] ; then
if [[ -n "${tags[0]}" ]] ; then
sep=":"
fi
image=${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}${sep}${tags[0]}