From 719fe71887ec99dcabf47038c1fc2b9f9af9ce6b Mon Sep 17 00:00:00 2001 From: Valery Verkhoturov Date: Mon, 1 Apr 2024 21:07:53 +0300 Subject: [PATCH] force build --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f828e02..01e4b22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,6 +72,7 @@ jobs: # docker tag cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_IMAGE_IMAGE_CAPTION }}:${{ github.sha }} \ # cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_IMAGE_IMAGE_CAPTION }}:latest # docker push cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_IMAGE_IMAGE_CAPTION }}:latest + deploy: runs-on: self-hosted needs: [build, build-image-caption]