Skip to content

Commit 1f8264d

Browse files
authored
Merge pull request #3 from dotWee/dependabot/github_actions/docker/build-push-action-7
ci: bump docker/build-push-action from 6 to 7
2 parents 1b11ce2 + 9b0a644 commit 1f8264d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
type=raw,value=latest
165165
166166
- name: Build and load amd64 image for testing
167-
uses: docker/build-push-action@v6
167+
uses: docker/build-push-action@v7
168168
with:
169169
context: .
170170
platforms: linux/amd64
@@ -182,7 +182,7 @@ jobs:
182182
docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test --help
183183
184184
- name: Build and push multi-arch image
185-
uses: docker/build-push-action@v6
185+
uses: docker/build-push-action@v7
186186
with:
187187
context: .
188188
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)