Skip to content

Commit fd02d12

Browse files
committed
Debug export command
1 parent e0b7b9a commit fd02d12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,16 @@ jobs:
6969
install: true
7070
version: latest
7171
driver-opts: network=host
72-
72+
7373
- name: Show Buildx version
7474
run: docker buildx version
7575

76+
- name: Show Buildx help
77+
run: docker buildx --help
78+
79+
- name: Show Buildx export help
80+
run: docker buildx imagetools export --help
81+
7682
- name: Setup QEMU
7783
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
7884
with:

0 commit comments

Comments
 (0)