File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,19 +132,19 @@ runs:
132
132
133
133
- name : Set up Docker Buildx
134
134
if : success()
135
- uses : docker/setup-buildx-action@v1
135
+ uses : docker/setup-buildx-action@v2
136
136
137
137
- name : Container Registry Login
138
138
if : success() && fromJSON(inputs.push_image)
139
- uses : docker/login-action@v1
139
+ uses : docker/login-action@v2
140
140
with :
141
141
registry : ${{ inputs.registry_url }}
142
142
username : ${{ inputs.registry_user }}
143
143
password : ${{ inputs.registry_pass }}
144
144
145
145
- name : Build and push Docker images
146
146
if : success()
147
- uses : docker/build-push-action@v2.8 .0
147
+ uses : docker/build-push-action@v3.2 .0
148
148
with :
149
149
push : ${{ fromJSon(inputs.push_image) }}
150
150
context : ${{ inputs.context }}
@@ -158,7 +158,7 @@ runs:
158
158
159
159
- name : Cache Docker images
160
160
if : success() && fromJSON(inputs.cache_image)
161
- uses : actions/cache@v2
161
+ uses : actions/cache@v3
162
162
with :
163
163
path : /tmp/.buildx-cache
164
164
key : ${{ steps.generate-tags.outputs.cache_key }}
You can’t perform that action at this time.
0 commit comments