Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
53e1a5fff5
commit
a2536e4b49
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build and push lite
|
name: Build and push lite
|
||||||
id: build-lite
|
id: build-lite
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.lite
|
file: Dockerfile.lite
|
||||||
|
|
|
||||||
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: build
|
id: build
|
||||||
if: steps.status.outcome == 'success'
|
if: steps.status.outcome == 'success'
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
name: Build and push lite
|
name: Build and push lite
|
||||||
id: build-lite
|
id: build-lite
|
||||||
if: steps.status.outcome == 'success'
|
if: steps.status.outcome == 'success'
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.lite
|
file: Dockerfile.lite
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue