test: tslverify
This commit is contained in:
parent
405ab03e64
commit
2514e03558
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
endpoint: tcp://docker:2376
|
||||||
|
tlsverify: true
|
||||||
|
tlscacert: ca.pem
|
||||||
|
tlscert: cert.pem
|
||||||
|
tlskey: key.pem
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue