Bump docker/build-push-action from 3 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v5)

---
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:
dependabot[bot] 2023-09-18 19:55:45 +00:00 committed by GitHub
parent f28b3e19da
commit 9deae0746a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- -
name: Build and push name: Build and push
id: build id: build
uses: docker/build-push-action@v3 uses: docker/build-push-action@v5
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@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: Dockerfile.lite file: Dockerfile.lite

View file

@ -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@v3 uses: docker/build-push-action@v5
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@v3 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: Dockerfile.lite file: Dockerfile.lite