Skip to content

Commit 2fb13b1

Browse files
bugfix-buildx (#588)
Summary: - Guard against defective `buildx` `v0.30.0`.
1 parent 68a0a39 commit 2fb13b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,8 @@ jobs:
18841884
- name: Set up Docker Buildx
18851885
if: env.PUSH_IMAGE_REQUIRED == 'true'
18861886
uses: docker/setup-buildx-action@v3
1887+
with:
1888+
version: v0.30.1 # guard agasinst defective v0.30.0
18871889

18881890
- name: Extract Build Info and Persist
18891891
if: env.PUSH_IMAGE_REQUIRED == 'true'

0 commit comments

Comments
 (0)