From e0a95a0c09e872a1db2209b6b2b4ee1c44d6a30e Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:52:53 +0000 Subject: [PATCH] BREAKING: The dependency `docker/build-push-action` has been updated to a new major version (v7.2.0), which may include breaking changes. #major --- .github/workflows/container_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_image.yaml b/.github/workflows/container_image.yaml index 9e27f81..cf83482 100644 --- a/.github/workflows/container_image.yaml +++ b/.github/workflows/container_image.yaml @@ -48,7 +48,7 @@ jobs: type=sha,format=long,prefix= - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }}