Skip to content

Commit

Permalink
fix: docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jul 10, 2024
1 parent 3bab9cb commit 8a14dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ jobs:
id: get_version
run: echo VERSION=$(yq ".package.version" Cargo.toml) >> $GITHUB_OUTPUT

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0

- name: Setup multi-platform
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0

Expand Down

0 comments on commit 8a14dac

Please sign in to comment.