added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-13 15:38:57 -05:00
parent 696683cf30
commit 7b91d2c8a4

View File

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