fixed docker build hardcoding
All checks were successful
Build & Push Docker Images / build (push) Successful in 31s

This commit is contained in:
Thomas Faour 2025-08-11 18:38:50 -04:00
parent 756283a069
commit 59a77e8830

View File

@ -37,9 +37,9 @@ jobs:
[ -z "${OVERRIDE:-}" ] && OVERRIDE="${{ secrets.REGISTRY_HOST }}"
[ -z "${OVERRIDE:-}" ] && OVERRIDE="${REGISTRY_HOST:-}"
if [ "$REG_HOST" = "gitea" ] && [ -n "${OVERRIDE:-}" ]; then REG_HOST="$OVERRIDE"; fi
echo "owner=$OWNER" >> $GITHUB_OUTPUT
echo "repo=$REPO" >> $GITHUB_OUTPUT
echo "host=$REG_HOST" >> $GITHUB_OUTPUT
echo "owner=tfaour" >> $GITHUB_OUTPUT
echo "repo=imap_client" >> $GITHUB_OUTPUT
echo "host=git.thumeit.com" >> $GITHUB_OUTPUT
echo "Derived -> host=$REG_HOST owner=$OWNER repo=$REPO"
- name: Prepare tags