debug
This commit is contained in:
parent
2514e03558
commit
0bdc65f1e0
1 changed files with 3 additions and 5 deletions
|
@ -55,11 +55,9 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
endpoint: tcp://docker:2376
|
endpoint: tcp://docker:2376#
|
||||||
tlsverify: true
|
buildkitd-flags: --debug
|
||||||
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