Skip to content

Commit 473b2f0

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#444)
1 parent 41afce2 commit 473b2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
- name: Schedule-based docker image push
220220
# only run this task if we have a schedule trigger from main on cytomining/pycytominer
221221
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
223223
with:
224224
context: "${{ env.sdist_extracted_name }}"
225225
push: true
@@ -230,7 +230,7 @@ jobs:
230230
- name: Push-based docker image push
231231
# only run this task if we have a pull request which is merged
232232
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
234234
with:
235235
context: "${{ env.sdist_extracted_name }}"
236236
push: true

0 commit comments

Comments
 (0)