Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 32s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 32s
This commit is contained in:
parent
495b071482
commit
8af393095a
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
|
||||
- name: Install docker-compose plugin
|
||||
run: |
|
||||
apk add --no-cache docker-cli curl
|
||||
mkdir -p ~/.docker/cli-plugins
|
||||
curl -SL https://github.com/docker/compose/releases/download/v2.38.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
|
||||
chmod +x ~/.docker/cli-plugins/docker-compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue