added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 10s
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 10s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user