Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 10s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 10s
This commit is contained in:
parent
bc961783f6
commit
9f6944aaea
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Docker CLI + Compose Plugin
|
- name: Install Docker CLI + Compose Plugin
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache docker-cli curl
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y docker.io curl
|
||||||
mkdir -p ~/.docker/cli-plugins
|
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
|
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
|
chmod +x ~/.docker/cli-plugins/docker-compose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue