Compare commits
1 Commits
213700bffa
...
d740d6e0ae
| Author | SHA1 | Date | |
|---|---|---|---|
| d740d6e0ae |
@ -9,6 +9,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
volumes:
|
||||||
|
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
|
||||||
|
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
|
|||||||
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -12,6 +11,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
volumes:
|
||||||
|
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
|
||||||
|
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
|
|||||||
Reference in New Issue
Block a user