Fix CI: use container image with Docker CLI and mount Docker socket
Publish Docker Image / build-and-push (push) Failing after 1m7s

This commit is contained in:
2026-04-10 00:00:51 +02:00
parent 713a1a6f97
commit 489fa5c60f
+4
View File
@@ -8,6 +8,10 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout
uses: actions/checkout@v4