Attempt 3
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 7s

This commit is contained in:
Merith 2025-05-09 13:10:30 -07:00
parent b207090c17
commit e654dac189

View file

@ -27,12 +27,9 @@ jobs:
driver: docker-container driver: docker-container
driver-opts: | driver-opts: |
network=host network=host
endpoint: tcp://docker:2376
config-inline: | - name: Verify Docker connection
{ run: docker info
"auths": {},
"credsStore": "docker-credential-helpers"
}
- name: Login to OCI registry - name: Login to OCI registry
run: | run: |