From 89b67347a3e68747faed5131ddf06544d7e4a0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:38:48 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.12.0 to 6.13.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 f0dfb80..f6f580d 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@v6.12.0 + uses: docker/build-push-action@v6.13.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@v6.12.0 + uses: docker/build-push-action@v6.13.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 1419330..8dc03d6 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@v6.12.0 + uses: docker/build-push-action@v6.13.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@v6.12.0 + uses: docker/build-push-action@v6.13.0 with: context: . file: "./test/docker/task-timew.dockerfile"