From 815bb933edabd60b916e50cc37b6d556194deb83 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 26 Dec 2024 15:58:07 +0300 Subject: [PATCH] some debug --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bdb6422..11fb917 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,6 +48,7 @@ jobs: yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} - name: Tag image run: | + echo ${INPUT_TAG/\//-} ${IMAGE_TAG::7} $INPUT_TAG $IMAGE_TAG docker tag cr.yandex/$CR_REGISTRY/$CR_REPO:${IMAGE_TAG::7} cr.yandex/$CR_REGISTRY/$CR_REPO:${INPUT_TAG/\//-} - name: Push image run: |