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

This commit is contained in:
Alex Wellnitz 2025-03-17 15:02:21 +01:00
parent 896f3c3ad1
commit 815c9f1685

View File

@ -8,6 +8,11 @@ jobs:
steps:
- name: Build and push
uses: docker/build-push-action@v5
env:
DOCKER_HOST: "tcp://localhost:2376/"
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: "/certs/client"
with:
context: .
file: ./Dockerfile