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:
@@ -13,10 +13,6 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Print Hostname
|
|
||||||
run: |
|
|
||||||
hostname
|
|
||||||
|
|
||||||
- name: Determine Image Tag
|
- name: Determine Image Tag
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
@@ -32,6 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Log in to Registry
|
- name: Log in to Registry
|
||||||
run: |
|
run: |
|
||||||
|
cat /etc/hosts
|
||||||
|
ip addr
|
||||||
# Use your Gitea credentials (secrets are safer, but this works for testing)
|
# Use your Gitea credentials (secrets are safer, but this works for testing)
|
||||||
echo "0x013h" | docker login gitea-server:3000 -u ryan --password-stdin
|
echo "0x013h" | docker login gitea-server:3000 -u ryan --password-stdin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user