From c7dbbd6e69774eb438af2fd7ff1677d277a1c95d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:01:15 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/ci_sign_client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_sign_client.yml b/.github/workflows/ci_sign_client.yml index 905b7a33e..4a66307d7 100644 --- a/.github/workflows/ci_sign_client.yml +++ b/.github/workflows/ci_sign_client.yml @@ -44,7 +44,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build, tag, and push image to Amazon ECR - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: sign-client