generated from oci/template
Attempt 3
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 7s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 7s
This commit is contained in:
parent
b207090c17
commit
e654dac189
1 changed files with 3 additions and 6 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue