forgejo-ci: change hostname to what is in hosts

This commit is contained in:
Antoine Martin 2024-09-20 20:35:53 -04:00
parent 2f0d24284f
commit 9b996c21e9
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@ jobs:
steps:
- name: Environment setup
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
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull

View file

@ -19,7 +19,8 @@ jobs:
steps:
- name: Environment setup
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
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
- name: Repo pull