generated from oci/template
attempt 2
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 3s
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 3s
This commit is contained in:
parent
4509814676
commit
b207090c17
1 changed files with 5 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue