File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
- name : Schedule-based docker image push
220
220
# only run this task if we have a schedule trigger from main on cytomining/pycytominer
221
221
if : github.event_name == 'schedule' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer'
222
- uses : docker/build-push-action@v5
222
+ uses : docker/build-push-action@v6
223
223
with :
224
224
context : " ${{ env.sdist_extracted_name }}"
225
225
push : true
@@ -230,7 +230,7 @@ jobs:
230
230
- name : Push-based docker image push
231
231
# only run this task if we have a pull request which is merged
232
232
if : github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer'
233
- uses : docker/build-push-action@v5
233
+ uses : docker/build-push-action@v6
234
234
with :
235
235
context : " ${{ env.sdist_extracted_name }}"
236
236
push : true
You can’t perform that action at this time.
0 commit comments