We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdab1a1 + dba2e4d commit f134d65Copy full SHA for f134d65
1 file changed
.github/workflows/build-and-release.yml
@@ -54,7 +54,7 @@ jobs:
54
type=sha,suffix=-python${{ matrix.python-version }}-amd64
55
56
- name: Build and push AMD64 image
57
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
58
with:
59
context: .
60
platforms: linux/amd64
@@ -104,7 +104,7 @@ jobs:
104
type=sha,suffix=-python${{ matrix.python-version }}-arm64
105
106
- name: Build and push ARM64 image
107
108
109
110
platforms: linux/arm64
0 commit comments