mirror of https://github.com/openwrt/docker.git
build(deps): Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>pull/198/head
parent
1164645a5e
commit
32a0ba43b4
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
no-cache: true
|
||||
push: false
|
||||
|
|
@ -230,7 +230,7 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
push: true
|
||||
no-cache: true
|
||||
|
|
@ -348,7 +348,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
no-cache: true
|
||||
push: false
|
||||
|
|
@ -382,7 +382,7 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
push: true
|
||||
no-cache: true
|
||||
|
|
@ -484,7 +484,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
no-cache: true
|
||||
push: false
|
||||
|
|
@ -500,7 +500,7 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
no-cache: true
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue