TLS-Verify for checkout-Action disabled.
Some checks failed
Build and Push Docker Image / build (push) Failing after 9s

This commit is contained in:
Frank Agerholm 2026-01-18 19:49:59 +01:00
commit 497468c8e9
No known key found for this signature in database

View file

@ -10,6 +10,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
env:
GIT_SSL_NO_VERIFY: true
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v2 uses: docker/login-action@v2