ci
Some checks failed
Deploy / deploy (push) Failing after 1m0s

This commit is contained in:
2026-01-16 10:46:17 +01:00
parent 7523c3f63a
commit 66b0a115fc

View File

@@ -12,7 +12,8 @@ jobs:
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
apk add --no-cache git docker-cli openssh-client apt-get update
apt-get install -y git docker.io openssh-client
- name: Clone repo - name: Clone repo
run: | run: |