fixed docker build hardcoding
All checks were successful
Build & Push Docker Images / build (push) Successful in 31s
All checks were successful
Build & Push Docker Images / build (push) Successful in 31s
This commit is contained in:
parent
756283a069
commit
59a77e8830
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user