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

This commit is contained in:
2026-01-13 15:59:29 -05:00
parent cc436798d1
commit 6cec6bdb50

View File

@@ -37,7 +37,7 @@ jobs:
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 getent hosts gitea-server | awk '{ print $1 }'
- name: Log in to Registry - name: Log in to Registry
uses: docker/login-action@v2 uses: docker/login-action@v2