From 6a6ed622d262b45c0dd00fda98e1b51e99fbf91b Mon Sep 17 00:00:00 2001 From: terapevt1981 Date: Mon, 11 Nov 2024 16:12:35 +0100 Subject: [PATCH] =?UTF-8?q?telegram-bot=20path=20=D1=88=D1=82=20Deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcp-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcp-deploy.yml b/.github/workflows/gcp-deploy.yml index ddf2080..ab881c2 100644 --- a/.github/workflows/gcp-deploy.yml +++ b/.github/workflows/gcp-deploy.yml @@ -122,7 +122,7 @@ jobs: run: | # Пример деплоя транспортного сервиса gcloud run deploy telegram-bot \ - --image ${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/telegram-bot-service/service:${{ github.sha }} \ + --image ${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/telegram-bot/telegram-bot-service:${{ github.sha }} \ --platform managed \ --region ${{ env.GCP_REGION }} \ --allow-unauthenticated \