There was an error while loading. Please reload this page.
1 parent 41c5143 commit ab4bea6Copy full SHA for ab4bea6
1 file changed
.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.CR_PAT }}
27
28
- name: Build and push (AMD64)
29
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
30
with:
31
platforms: linux/amd64
32
context: .
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Build and push (ARM64)
58
59
60
platforms: linux/arm64
61
0 commit comments