Skip to content

Commit 3c90346

Browse files
authored
build: Add missing buildx steps
1 parent 9b24563 commit 3c90346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- uses: actions/checkout@v3
14+
- uses: docker/setup-qemu-action@v2
15+
- uses: docker/setup-buildx-action@v2
1416
- name: Get image repository
1517
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
1618
- name: Get the release

0 commit comments

Comments
 (0)