Commit 532fff3 1 parent e2b7a98 commit 532fff3 Copy full SHA for 532fff3
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
ORG_GRADLE_PROJECT_version : ${{ steps.build_variables.outputs.VERSION }}
39
39
run : ./gradlew build --stacktrace ${{ steps.build_variables.outputs.REPO }}-web:installDist
40
40
- name : Build local slim container image for testing
41
- uses : docker/build-push-action@v5
41
+ uses : docker/build-push-action@v6
42
42
with :
43
43
context : .
44
44
file : Dockerfile.slim
62
62
- name : Build and publish slim container image
63
63
# Only run this on repositories in the 'spinnaker' org, not on forks.
64
64
if : startsWith(github.repository, 'spinnaker/')
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : .
68
68
file : Dockerfile.slim
76
76
- name : Build and publish ubuntu container image
77
77
# Only run this on repositories in the 'spinnaker' org, not on forks.
78
78
if : startsWith(github.repository, 'spinnaker/')
79
- uses : docker/build-push-action@v5
79
+ uses : docker/build-push-action@v6
80
80
with :
81
81
context : .
82
82
file : Dockerfile.ubuntu
Original file line number Diff line number Diff line change 32
32
ORG_GRADLE_PROJECT_version : ${{ steps.build_variables.outputs.VERSION }}
33
33
run : ./gradlew build ${{ steps.build_variables.outputs.REPO }}-web:installDist
34
34
- name : Build slim container image
35
- uses : docker/build-push-action@v5
35
+ uses : docker/build-push-action@v6
36
36
with :
37
37
context : .
38
38
file : Dockerfile.slim
43
43
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:latest-slim"
44
44
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-slim"
45
45
- name : Build ubuntu container image
46
- uses : docker/build-push-action@v5
46
+ uses : docker/build-push-action@v6
47
47
with :
48
48
context : .
49
49
file : Dockerfile.ubuntu
52
52
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:latest-ubuntu"
53
53
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-ubuntu"
54
54
- name : Build local slim container image for testing
55
- uses : docker/build-push-action@v5
55
+ uses : docker/build-push-action@v6
56
56
with :
57
57
context : .
58
58
file : Dockerfile.slim
Original file line number Diff line number Diff line change 70
70
- name : Build and publish slim container image
71
71
# Only run this on repositories in the 'spinnaker' org, not on forks.
72
72
if : startsWith(github.repository, 'spinnaker/')
73
- uses : docker/build-push-action@v5
73
+ uses : docker/build-push-action@v6
74
74
with :
75
75
context : .
76
76
file : Dockerfile.slim
83
83
- name : Build and publish ubuntu container image
84
84
# Only run this on repositories in the 'spinnaker' org, not on forks.
85
85
if : startsWith(github.repository, 'spinnaker/')
86
- uses : docker/build-push-action@v5
86
+ uses : docker/build-push-action@v6
87
87
with :
88
88
context : .
89
89
file : Dockerfile.ubuntu
You can’t perform that action at this time.
0 commit comments