Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.9.0 to 6.10.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.9.0...v6.10.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]>
  • Loading branch information
dependabot[bot] authored and lauft committed Dec 10, 2024
1 parent 9521278 commit a28bd73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-task-in-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"
Expand All @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-timew-in-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"
Expand All @@ -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.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
file: "./test/docker/task-timew.dockerfile"
Expand Down

0 comments on commit a28bd73

Please sign in to comment.