From ecc59241a7b5cd2ccfd3a8430283d224008eacbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:53:05 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1d00b38c..23f95d81 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -219,7 +219,7 @@ jobs: - name: Schedule-based docker image push # only run this task if we have a schedule trigger from main on cytomining/pycytominer if: github.event_name == 'schedule' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: "${{ env.sdist_extracted_name }}" push: true @@ -230,7 +230,7 @@ jobs: - name: Push-based docker image push # only run this task if we have a pull request which is merged if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: "${{ env.sdist_extracted_name }}" push: true