From ed6d71fdd2937653298859d1da658606151f0812 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:42:41 +0000 Subject: [PATCH] breaking: the dependency `docker/build-push-action` has been updated to a new major version (vv6), which may include breaking changes. #major --- .github/workflows/publish-image-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-to-ghcr.yml b/.github/workflows/publish-image-to-ghcr.yml index 3995a46..f1b4207 100644 --- a/.github/workflows/publish-image-to-ghcr.yml +++ b/.github/workflows/publish-image-to-ghcr.yml @@ -30,7 +30,7 @@ jobs: uses: rlespinasse/github-slug-action@797d68864753cbceedc271349d402da4590e6302 # v4 - name: Build and push Docker image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 with: context: . push: true