ffs
Some checks failed
Build and Push Docker Image / build (push) Failing after 41s

This commit is contained in:
Christoph Haas 2026-02-05 00:30:54 +01:00
parent 6fd0ec83e3
commit ef98ecd866

View file

@ -15,6 +15,8 @@ jobs:
runs-on: docker
container:
image: node:22 # Optionally install Docker CLI in a step
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout repository