Skip to content

Commit 28f720a

Browse files
authored
chore: Install buildx in release pipeline (#20)
1 parent aaf45dd commit 28f720a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

43+
- name: Setup Docker buildx
44+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
45+
4346
- name: Log in to the Container registry
4447
id: docker_login
4548
if: steps.release.outputs.new_release_published == 'true'

0 commit comments

Comments
 (0)