chore(deps): update https://github.com/docker/build-push-action action to v7 #66

Closed
renovate-bot wants to merge 1 commit from renovate/https-github.com-docker-build-push-action-7.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5ffe468c3b - Show all commits

View file

@ -78,7 +78,7 @@ jobs:
- name: Build and push platform image - name: Build and push platform image
id: build id: build
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}

View file

@ -71,7 +71,7 @@ jobs:
- name: Build and push platform image - name: Build and push platform image
id: build id: build
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v7
with: with:
context: . context: .
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}