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: 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: |
|
||||||
|
|
Loading…
Reference in a new issue