mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-06-26 10:54:27 +02:00
Bump docker/build-push-action from 6.5.0 to 6.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c08c5c7635
commit
32d1992891
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [devlop] Docker image
|
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [devlop] Docker image
|
||||||
id: build-and-push-develop
|
id: build-and-push-develop
|
||||||
uses: docker/build-push-action@v6.5.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: "./test/docker/task-timew.dockerfile"
|
file: "./test/docker/task-timew.dockerfile"
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [stable] Docker image
|
- name: Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [stable] Docker image
|
||||||
id: build-and-push-stable
|
id: build-and-push-stable
|
||||||
uses: docker/build-push-action@v6.5.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: "./test/docker/task-timew.dockerfile"
|
file: "./test/docker/task-timew.dockerfile"
|
||||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push Taskwarrior [develop]/Timewarrior [${{ env.RELEASE }}] Docker image
|
- name: Build and push Taskwarrior [develop]/Timewarrior [${{ env.RELEASE }}] Docker image
|
||||||
id: build-and-push-develop
|
id: build-and-push-develop
|
||||||
uses: docker/build-push-action@v6.5.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: "./test/docker/task-timew.dockerfile"
|
file: "./test/docker/task-timew.dockerfile"
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push Taskwarrior [stable]/Timewarrior [${{ env.RELEASE }}] Docker image
|
- name: Build and push Taskwarrior [stable]/Timewarrior [${{ env.RELEASE }}] Docker image
|
||||||
id: build-and-push-stable
|
id: build-and-push-stable
|
||||||
uses: docker/build-push-action@v6.5.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: "./test/docker/task-timew.dockerfile"
|
file: "./test/docker/task-timew.dockerfile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue