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 @@ -194,7 +194,7 @@ jobs:
194
194
EOF
195
195
196
196
- name : Build and push multiplatform image
197
- uses : docker/build-push-action@v5
197
+ uses : docker/build-push-action@v6
198
198
with :
199
199
context : .
200
200
push : true
Original file line number Diff line number Diff line change 69
69
network=host
70
70
71
71
- name : Run sccache-cache
72
- uses :
mozilla-actions/[email protected] .4
72
+ uses :
mozilla-actions/[email protected] .6
73
73
74
74
- name : Log into GitHub container registry
75
75
uses : docker/login-action@v3
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Build${{inputs.uploadImageAsTarball != true && ' and push ' || ' '}}Docker image
109
109
id : build
110
- uses : docker/build-push-action@v5
110
+ uses : docker/build-push-action@v6
111
111
with :
112
112
context : .
113
113
file : " docker/Dockerfile"
@@ -144,7 +144,7 @@ jobs:
144
144
# This won't actually build again, it'll just use cache
145
145
- name : Push Docker image
146
146
if : ${{ inputs.uploadImageAsTarball && github.ref == 'refs/heads/main' }}
147
- uses : docker/build-push-action@v5
147
+ uses : docker/build-push-action@v6
148
148
with :
149
149
context : .
150
150
file : " docker/Dockerfile"
You can’t perform that action at this time.
0 commit comments