forgejo-ci: change hostname to what is in hosts
This commit is contained in:
parent
2f0d24284f
commit
9b996c21e9
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch curl
|
doas apk add nodejs git patch curl net-tools
|
||||||
|
doas hostname host.docker.internal
|
||||||
cd /etc/apk/keys
|
cd /etc/apk/keys
|
||||||
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
|
|
|
@ -19,7 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
doas apk add nodejs git patch curl
|
doas apk add nodejs git patch curl net-tools
|
||||||
|
doas hostname host.docker.internal
|
||||||
cd /etc/apk/keys
|
cd /etc/apk/keys
|
||||||
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
|
|
Loading…
Add table
Reference in a new issue