ошибку. Какие-то проблемы с облаком сейчас или я что-то не так настроил?
А что вы настроили?
yaml - name: Login into Yandex Cloud Container Registory uses: yc-actions/yc-cr-login@v1 with: yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} - name: Build and push the image to Yandex Cloud Container Registry env: IMAGE_TAG: ${{ github.sha }} run: | docker build -t cr.yandex/$CR_REGISTRY/$CR_REPO:$IMAGE_TAG . docker push cr.yandex/$CR_REGISTRY/$CR_REPO:$IMAGE_TAG
Обсуждают сегодня