From 7573d88ed348cf7b19a91b1e50352277500f9ece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:50:04 +0000 Subject: [PATCH] chore(container-builder): update docker/build-push-action action to v6 --- container-builder/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-builder/action.yaml b/container-builder/action.yaml index a735e33..14eb313 100644 --- a/container-builder/action.yaml +++ b/container-builder/action.yaml @@ -50,7 +50,7 @@ runs: tags: ${{ inputs.tags-template }} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.working-directory }} file: ${{ inputs.working-directory }}/${{ inputs.dockerfile-path }}