Skip to content

Commit 82ab492

Browse files
committed
Revert "Attempt to build alpline images setting up qemu"
This reverts commit baa6ae2.
1 parent baa6ae2 commit 82ab492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
permissions:
160160
id-token: write
161161
contents: write
162-
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@mariano/qemu
162+
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
163163
with:
164164
platforms: linux/amd64,linux/386,linux/arm,linux/arm64
165165
tags: ${{ needs.create_release.outputs.docker_tags }}
@@ -187,7 +187,7 @@ jobs:
187187
permissions:
188188
id-token: write
189189
contents: write
190-
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@mariano/qemu
190+
uses: smallstep/workflows/.github/workflows/docker-buildx-push.yml@main
191191
with:
192192
platforms: linux/amd64,linux/386,linux/arm,linux/arm64
193193
tags: ${{ needs.create_release.outputs.docker_tags_cloud }}

0 commit comments

Comments
 (0)