From 19541cfdd5ca2b5a2354634d0b4eca6a8122519c Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:08:12 +0000 Subject: [PATCH] breaking: the dependency `docker/build-push-action` has been updated to a new major version (v7.0.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..6dbb8f2 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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . push: ${{ github.event_name != 'pull_request' }}