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: |
|
||||
network=host
|
||||
endpoint: tcp://docker:2376
|
||||
install: true
|
||||
config: /certs/client/config.json
|
||||
config-inline: |
|
||||
{
|
||||
"auths": {},
|
||||
"credsStore": "docker-credential-helpers"
|
||||
}
|
||||
|
||||
- name: Login to OCI registry
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue