added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 9s

This commit is contained in:
2026-01-13 16:04:13 -05:00
parent 35c4fcb9bb
commit 49c175c01d

View File

@@ -30,6 +30,7 @@ jobs:
id: gitea_ip
run: |
ip=$(getent hosts gitea-server | awk '{ print $1 }')
echo "ip=$ip" >> $GITHUB_OUTPUT
- name: Log in to Registry
uses: docker/login-action@v2