fix: install docker cli in forgejo workflow namespace
Some checks failed
build-and-push / build (push) Failing after 21s
Some checks failed
build-and-push / build (push) Failing after 21s
This commit is contained in:
parent
fd75e7a5ea
commit
b55f69ffc4
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker CLI
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
run: |
|
||||
export DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue