diff --git a/.github/actions/deploy-ecs/action.yml b/.github/actions/deploy-ecs/action.yml index c9dd26ee6..a8b21a31f 100644 --- a/.github/actions/deploy-ecs/action.yml +++ b/.github/actions/deploy-ecs/action.yml @@ -28,7 +28,7 @@ runs: - name: Build and tag the Docker image env: REGISTRY: ${{ steps.login-ecr.outputs.registry }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . tags: ${{ env.REGISTRY }}/docs-rs-web:latest