chore(deps): update https://github.com/docker/build-push-action action to v7
This commit is contained in:
parent
fa7c2978fe
commit
5ffe468c3b
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
- name: Build and push platform image
|
||||
id: build
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ matrix.platform }}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Build and push platform image
|
||||
id: build
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ matrix.platform }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue