get hostname
This commit is contained in:
parent
0bdc65f1e0
commit
589a1e5622
1 changed files with 7 additions and 3 deletions
|
@ -52,12 +52,16 @@ jobs:
|
|||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Get hostname
|
||||
shell: bash
|
||||
run: |
|
||||
uname -n
|
||||
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
endpoint: tcp://docker:2376#
|
||||
buildkitd-flags: --debug
|
||||
|
||||
endpoint: tcp://docker:2376
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue