diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ca82b39fc4..9eff377945 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,7 +108,7 @@ jobs: echo "image_latest=$ECR_REGISTRY/$ECR_REPOSITORY:latest" >> $GITHUB_OUTPUT - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: tags: | ${{ steps.image-name.outputs.image }}