File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
- name : Build and publish slim JRE 11 container image
78
78
# Only run this on repositories in the 'spinnaker' org, not on forks.
79
79
if : startsWith(github.repository, 'spinnaker/')
80
- uses : docker/build-push-action@v4
80
+ uses : docker/build-push-action@v5
81
81
with :
82
82
context : .
83
83
file : Dockerfile.java11.slim
91
91
- name : Build and publish ubuntu JRE 11 container image
92
92
# Only run this on repositories in the 'spinnaker' org, not on forks.
93
93
if : startsWith(github.repository, 'spinnaker/')
94
- uses : docker/build-push-action@v4
94
+ uses : docker/build-push-action@v5
95
95
with :
96
96
context : .
97
97
file : Dockerfile.java11.ubuntu
Original file line number Diff line number Diff line change 54
54
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:latest-ubuntu"
55
55
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-ubuntu"
56
56
- name : Build slim JRE 11 container image
57
- uses : docker/build-push-action@v4
57
+ uses : docker/build-push-action@v5
58
58
with :
59
59
context : .
60
60
file : Dockerfile.java11.slim
65
65
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:latest-java11-slim"
66
66
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-java11-slim"
67
67
- name : Build ubuntu JRE 11 container image
68
- uses : docker/build-push-action@v4
68
+ uses : docker/build-push-action@v5
69
69
with :
70
70
context : .
71
71
file : Dockerfile.java11.ubuntu
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
- name : Build and publish slim JRE 11 container image
134
134
# Only run this on repositories in the 'spinnaker' org, not on forks.
135
135
if : startsWith(github.repository, 'spinnaker/')
136
- uses : docker/build-push-action@v4
136
+ uses : docker/build-push-action@v5
137
137
with :
138
138
context : .
139
139
file : Dockerfile.java11.slim
@@ -146,7 +146,7 @@ jobs:
146
146
- name : Build and publish ubuntu JRE 11 container image
147
147
# Only run this on repositories in the 'spinnaker' org, not on forks.
148
148
if : startsWith(github.repository, 'spinnaker/')
149
- uses : docker/build-push-action@v4
149
+ uses : docker/build-push-action@v5
150
150
with :
151
151
context : .
152
152
file : Dockerfile.java11.ubuntu
You can’t perform that action at this time.
0 commit comments