We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea25cf commit a7d5c41Copy full SHA for a7d5c41
1 file changed
.github/workflows/checks.yaml
@@ -48,13 +48,13 @@ jobs:
48
uses: docker/setup-qemu-action@v3
49
50
- name: Set up Docker Buildx
51
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
52
53
- name: Build and push ARM64 image
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
with:
56
context: .
57
push: true
58
tags: ghcr.io/${{ github.repository_owner }}/m4xdev:latest
59
- platform: linux/arm64
+ platforms: linux/arm64
60
0 commit comments