From 60ff8cf6fc2acbdd3275f16bcd4393d14d61832f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:39:11 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.1) --- 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 a436d4c..d1b3795 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.1.1 + uses: docker/build-push-action@v4.2.1 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.1.1 + uses: docker/build-push-action@v4.2.1 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 5799899..db79ea2 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.1.1 + uses: docker/build-push-action@v4.2.1 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.1.1 + uses: docker/build-push-action@v4.2.1 with: context: . file: "./test/docker/task-timew.dockerfile"