Compare commits
1 Commits
d740d6e0ae
...
213700bffa
| Author | SHA1 | Date | |
|---|---|---|---|
| 213700bffa |
@ -9,9 +9,6 @@ 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,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -11,9 +12,6 @@ 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