From 7cd9121ae2eb08de2e5239a93b141144956b9c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:46:46 +0000 Subject: [PATCH] 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] --- .github/workflows/update-task-in-docker-images.yml | 4 ++-- .github/workflows/update-timew-in-docker-images.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-task-in-docker-images.yml b/.github/workflows/update-task-in-docker-images.yml index 18651a5..94796da 100644 --- a/.github/workflows/update-task-in-docker-images.yml +++ b/.github/workflows/update-task-in-docker-images.yml @@ -45,7 +45,7 @@ jobs: - name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [devlop] 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 [${{ env.RELEASE }}]/Timewarrior [stable] 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" diff --git a/.github/workflows/update-timew-in-docker-images.yml b/.github/workflows/update-timew-in-docker-images.yml index c69bfdb..38b651a 100644 --- a/.github/workflows/update-timew-in-docker-images.yml +++ b/.github/workflows/update-timew-in-docker-images.yml @@ -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"