chore(deps): update https://github.com/docker/build-push-action action to v7 #66
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue