From abf5ec43a0e55c01de89c8c5da00d5280dd3f384 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:34:34 +0000 Subject: [PATCH] breaking: the dependency `docker/build-push-action` has been updated to a new major version (v7.1.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 b53d208..052cea6 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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . push: ${{ github.event_name != 'pull_request' }}