From 30434e1b2e62b0513dc62fc3be3289e1897fcffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:07:46 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 58412b3..ffd6634 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -91,7 +91,7 @@ jobs: platforms: ${{ inputs.image-platform }} - name: 🚀 Build image and push to docker-hub for "${{ inputs.image-platform }}" - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: '${{ inputs.image-template-path }}/${{ inputs.image-template }}' platforms: ${{ inputs.image-platform }}