added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 9s
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 9s
This commit is contained in:
@@ -30,6 +30,7 @@ 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 "ip=$ip" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- 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