Skip to content

Commit 3a2f9d8

Browse files
committed
fix(docker/build-image): fix buildx version
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 404915c commit 3a2f9d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/docker/build-image/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ runs:
122122

123123
- uses: docker/setup-buildx-action@v3
124124
with:
125-
version: latest
125+
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
126+
version: v0.13.0
126127

127128
- uses: docker/login-action@v3
128129
with:

0 commit comments

Comments
 (0)