Skip to content

Commit f13f09d

Browse files
Update docker/setup-qemu-action action to v4
1 parent d6d123c commit f13f09d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
username: voidic
2020
password: ${{ secrets.DOCKER_HUB_TOKEN }}
21-
- uses: docker/setup-qemu-action@v1
21+
- uses: docker/setup-qemu-action@v4
2222
- uses: docker/setup-buildx-action@v1
2323
- name: Build the Docker image
2424
run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/strfry:latest --platform linux/amd64 --platform linux/arm64 --push .

0 commit comments

Comments
 (0)