We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224323c commit 46fb9f0Copy full SHA for 46fb9f0
1 file changed
.github/workflows/docker.yml
@@ -59,20 +59,20 @@ jobs:
59
echo "minor=$(echo "$v" | cut -d. -f1-2)" >> "$GITHUB_OUTPUT"
60
61
- name: Set up QEMU (for arm64 cross-build)
62
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v3.6.0
63
64
- name: Set up Buildx
65
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3.10.0
66
67
- name: Login to ghcr
68
- uses: docker/login-action@v3
+ uses: docker/login-action@v3.4.0
69
with:
70
registry: ${{ env.REGISTRY }}
71
username: ${{ github.actor }}
72
password: ${{ secrets.GITHUB_TOKEN }}
73
74
- name: Build + push (amd64 + arm64)
75
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6.18.0
76
77
context: .
78
file: ./Dockerfile
0 commit comments