We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bab9cb commit 8a14dacCopy full SHA for 8a14dac
.github/workflows/ci.yml
@@ -256,6 +256,9 @@ jobs:
256
id: get_version
257
run: echo VERSION=$(yq ".package.version" Cargo.toml) >> $GITHUB_OUTPUT
258
259
+ - name: Setup Docker Buildx
260
+ uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
261
+
262
- name: Setup multi-platform
263
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0
264
0 commit comments