fix: remove env vars
Some checks failed
Build Docker Container / Build-Container-Image (push) Failing after 6s

This commit is contained in:
Alex Wellnitz 2025-03-17 15:00:59 +01:00
parent 63768e9af5
commit 896f3c3ad1

View File

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