Bump docker/build-push-action from 4.2.1 to 5.0.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0)

---
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 22:46:46 +00:00 committed by Thomas Lauf
parent 9f98f2509c
commit 7cd9121ae2
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ jobs:
- name: Build and push Taskwarrior [develop]/Timewarrior [${{ env.RELEASE }}] Docker image
id: build-and-push-develop
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"
@ -62,7 +62,7 @@ jobs:
- name: Build and push Taskwarrior [stable]/Timewarrior [${{ env.RELEASE }}] Docker image
id: build-and-push-stable
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"