test
Some checks failed
Build Docker Container / Build-Container-Image (push) Failing after 6s

This commit is contained in:
Alex Wellnitz 2025-03-17 15:26:17 +01:00
parent 7307621124
commit 24f9083948

View File

@ -8,6 +8,8 @@ jobs:
steps: steps:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
env:
DOCKER_HOST: tcp://localhost:2376
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile