ilot/authentik: add check, rework packages #26

Merged
ayakael merged 4 commits from authentik/add-check into v3.20 2024-09-23 01:26:05 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 7566c53ff7 - Show all commits

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