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-opts: |
network=host
endpoint: tcp://docker:2376
config-inline: |
{
"auths": {},
"credsStore": "docker-credential-helpers"
}
- name: Verify Docker connection
run: docker info
- name: Login to OCI registry
run: |