Skip to content

Commit 3bf6aa5

Browse files
author
Daniel Ruthardt
authored
💚 Don't install buildx not to build multi-arch images (#31)
1 parent acee5b2 commit 3bf6aa5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/package.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
echo "package=true" >> $GITHUB_OUTPUT
3636
fi
3737
38-
- name: Set up Docker
39-
if: steps.check.outputs.package == 'true'
40-
uses: docker/setup-buildx-action@v3
41-
4238
- name: Login to GitHub Container Registry
4339
if: steps.check.outputs.package == 'true'
4440
uses: docker/login-action@v3

0 commit comments

Comments
 (0)