attempt 2
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 3s

This commit is contained in:
Merith 2025-05-09 13:08:03 -07:00
parent 4509814676
commit b207090c17

View file

@ -28,8 +28,11 @@ jobs:
driver-opts: | driver-opts: |
network=host network=host
endpoint: tcp://docker:2376 endpoint: tcp://docker:2376
install: true config-inline: |
config: /certs/client/config.json {
"auths": {},
"credsStore": "docker-credential-helpers"
}
- name: Login to OCI registry - name: Login to OCI registry
run: | run: |