modify gitea
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 11s

This commit is contained in:
2026-02-10 23:03:00 -05:00
parent 73b5d831ed
commit 26f90a4d1f

View File

@@ -21,13 +21,13 @@ jobs:
else
echo "tag=next" >> $GITHUB_OUTPUT
fi
echo "Image tag is ${{ steps.vars.outputs.tag }}"
- name: Resolve Gitea Server IP
id: gitea_ip
run: |
ip=$(getent hosts gitea-server | awk '{ print $1 }')
echo "ip=$ip" >> $GITHUB_OUTPUT
echo "Resolved Gitea server IP: $ip"
- name: Build Backend Docker Image
run: |