fix: BASE_URL
This commit is contained in:
parent
c247c4ffda
commit
204c4cd4d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
if [ "${{ forgejo.ref_name }}" = prod ] && [ -n "$PROD_URL" ]; then
|
||||
BASE_URL="$PROD_URL"
|
||||
else
|
||||
BASE_URL="${{ forgejo.ref_name }}.$(tr / '\n' <<< "${{ forgejo.repository }}" | tac | tr '\n' .)k2s.gmoker.com"
|
||||
BASE_URL="${{ forgejo.ref_name }}.$(tr / '\n' <<< "${{ forgejo.repository }}" | tac | tr '\n' .)k3s.gmoker.com"
|
||||
fi
|
||||
REGISTRY="$(sed 's .*:// ' <<< ${{ forgejo.server_url }})"
|
||||
cat <<EOF >> .env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue