diff --git a/.github/workflows/publish_lsp.yml b/.github/workflows/publish_lsp.yml index 032b6e608c..f4c7ed3351 100644 --- a/.github/workflows/publish_lsp.yml +++ b/.github/workflows/publish_lsp.yml @@ -62,26 +62,3 @@ jobs: labels: | ${{ steps.meta.outputs.labels }} org.opencontainers.image.licenses=AGPLv3 - - publish_lsp_private: - needs: [publish_lsp] - runs-on: ubicloud-standard-8 - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to ECR - uses: docker/login-action@v2 - with: - registry: ${{ env.ECR_REGISTRY }} - username: ${{ secrets.AWS_ACCESS_KEY_ID }} - password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - - - name: Push image to ECR - run: | - docker buildx imagetools create \ - --tag ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest