test
This commit is contained in:
parent
8c5b8007c2
commit
7bf76dd896
1 changed files with 3 additions and 2 deletions
|
@ -52,6 +52,7 @@ jobs:
|
|||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
||||
- name: Get hostname
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -63,8 +64,8 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
endpoint: tcp://docker:2376
|
||||
#with:
|
||||
# endpoint: tcp://docker:2376
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue