We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5163f commit 2af92bcCopy full SHA for 2af92bc
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build
40
id: docker_build
41
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
42
with:
43
platforms: linux/amd64
44
push: false
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Build and push
59
60
61
62
labels: ${{ steps.meta.outputs.labels }}
63
platforms: linux/amd64,linux/arm64
0 commit comments