test
This commit is contained in:
parent
301286a679
commit
d0344e71f6
1 changed files with 1 additions and 10 deletions
|
@ -52,20 +52,11 @@ jobs:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
|
||||||
- name: Get hostname
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
uname -n
|
|
||||||
echo $DOCKER_TLS_VERIFY
|
|
||||||
echo $DOCKER_CERT_PATH
|
|
||||||
echo $DOCKER_HOST
|
|
||||||
docker info
|
|
||||||
|
|
||||||
- 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
|
||||||
|
buildkitd-flags: --debug
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue