Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Aug 30, 2023
1 parent c0992f5 commit 6d6c053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 6d6c053

Please sign in to comment.