added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 7s
Some checks failed
Gitea Actions Demo / build-and-push (push) Failing after 7s
This commit is contained in:
@@ -26,6 +26,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build -t gitea-server:3000/ryan/chore:${{ steps.vars.outputs.tag }} .
|
docker build -t gitea-server:3000/ryan/chore:${{ steps.vars.outputs.tag }} .
|
||||||
|
|
||||||
|
- name: Resolve Gitea Server IP
|
||||||
|
id: gitea_ip
|
||||||
|
run: |
|
||||||
|
ip=$(getent hosts gitea-server | awk '{ print $1 }')
|
||||||
|
echo "GITEA_IP=$ip" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Log in to Registry
|
- name: Log in to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user