Add Docker socket access to workflow container
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s

This commit is contained in:
Adrian Miesikowski 2026-02-10 13:59:45 +01:00
parent a34a97f892
commit bb360a24a9

View File

@ -13,6 +13,10 @@ on:
jobs:
build-and-push:
runs-on: docker
container:
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout code