We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f28c4c commit a0556c2Copy full SHA for a0556c2
1 file changed
actions/docker/build-image/action.yml
@@ -124,6 +124,9 @@ runs:
124
with:
125
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
126
version: v0.13.0
127
+ # FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
128
+ driver-opts: |
129
+ image=moby/buildkit:v0.12.5
130
131
- uses: docker/login-action@v3
132
0 commit comments