Skip to content

Commit 9b24563

Browse files
authored
build: Add missing buildx steps
1 parent 4bd7de3 commit 9b24563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-latest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
timeout-minutes: 10
1818
steps:
1919
- uses: actions/checkout@v3
20+
- uses: docker/setup-qemu-action@v2
21+
- uses: docker/setup-buildx-action@v2
2022
- name: Get image repository
2123
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2224
- name: Login to registry

0 commit comments

Comments
 (0)