From 6d6c0533a9974f59b2cee5cd6a73df669cd3bd0e Mon Sep 17 00:00:00 2001 From: Valery Verkhoturov Date: Wed, 30 Aug 2023 23:24:11 +0300 Subject: [PATCH] fix: gh workflow --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aff77a8..90e294f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,8 +57,9 @@ jobs: yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} - name: Build and Push Image of Image Caption run: | + cd image-caption + . docker build \ - --file image-caption/Dockerfile \ --pull \ --cache-from cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_IMAGE_IMAGE_CAPTION }}:latest \ --label "org.image.title=${{ github.repository }}" \