2 parents 1b11ce2 + 9b0a644 commit 1f8264dCopy full SHA for 1f8264d
1 file changed
.github/workflows/release.yml
@@ -164,7 +164,7 @@ jobs:
164
type=raw,value=latest
165
166
- name: Build and load amd64 image for testing
167
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
168
with:
169
context: .
170
platforms: linux/amd64
@@ -182,7 +182,7 @@ jobs:
182
docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test --help
183
184
- name: Build and push multi-arch image
185
186
187
188
platforms: linux/amd64,linux/arm64
0 commit comments