Fix: remove duplicate docker socket mount
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1s

This commit is contained in:
Adrian Miesikowski 2026-02-10 14:00:54 +01:00
parent f0f0f4b76b
commit 1890849b50

View File

@ -15,8 +15,6 @@ jobs:
runs-on: docker
container:
image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout code