fix: install docker cli in forgejo workflow namespace
Some checks failed
build-and-push / build (push) Failing after 21s

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-12 22:07:26 +05:30
parent fd75e7a5ea
commit b55f69ffc4

View file

@ -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