Skip to content

Commit 89b6734

Browse files
dependabot[bot]lauft
authored andcommitted
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](docker/build-push-action@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] <[email protected]>
1 parent 8d69ee0 commit 89b6734

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-task-in-docker-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [devlop] Docker image
4747
id: build-and-push-develop
48-
uses: docker/build-push-action@v6.12.0
48+
uses: docker/build-push-action@v6.13.0
4949
with:
5050
context: .
5151
file: "./test/docker/task-timew.dockerfile"
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [stable] Docker image
6464
id: build-and-push-stable
65-
uses: docker/build-push-action@v6.12.0
65+
uses: docker/build-push-action@v6.13.0
6666
with:
6767
context: .
6868
file: "./test/docker/task-timew.dockerfile"

.github/workflows/update-timew-in-docker-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build and push Taskwarrior [develop]/Timewarrior [${{ env.RELEASE }}] Docker image
4747
id: build-and-push-develop
48-
uses: docker/build-push-action@v6.12.0
48+
uses: docker/build-push-action@v6.13.0
4949
with:
5050
context: .
5151
file: "./test/docker/task-timew.dockerfile"
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build and push Taskwarrior [stable]/Timewarrior [${{ env.RELEASE }}] Docker image
6464
id: build-and-push-stable
65-
uses: docker/build-push-action@v6.12.0
65+
uses: docker/build-push-action@v6.13.0
6666
with:
6767
context: .
6868
file: "./test/docker/task-timew.dockerfile"

0 commit comments

Comments
 (0)