File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
- name : Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [devlop] Docker image
47
47
id : build-and-push-develop
48
- uses : docker/build-push-action@v6.12 .0
48
+ uses : docker/build-push-action@v6.13 .0
49
49
with :
50
50
context : .
51
51
file : " ./test/docker/task-timew.dockerfile"
62
62
63
63
- name : Build and push Taskwarrior [${{ env.RELEASE }}]/Timewarrior [stable] Docker image
64
64
id : build-and-push-stable
65
- uses : docker/build-push-action@v6.12 .0
65
+ uses : docker/build-push-action@v6.13 .0
66
66
with :
67
67
context : .
68
68
file : " ./test/docker/task-timew.dockerfile"
Original file line number Diff line number Diff line change 45
45
46
46
- name : Build and push Taskwarrior [develop]/Timewarrior [${{ env.RELEASE }}] Docker image
47
47
id : build-and-push-develop
48
- uses : docker/build-push-action@v6.12 .0
48
+ uses : docker/build-push-action@v6.13 .0
49
49
with :
50
50
context : .
51
51
file : " ./test/docker/task-timew.dockerfile"
62
62
63
63
- name : Build and push Taskwarrior [stable]/Timewarrior [${{ env.RELEASE }}] Docker image
64
64
id : build-and-push-stable
65
- uses : docker/build-push-action@v6.12 .0
65
+ uses : docker/build-push-action@v6.13 .0
66
66
with :
67
67
context : .
68
68
file : " ./test/docker/task-timew.dockerfile"
You can’t perform that action at this time.
0 commit comments