From cf954959888981f8aa9ab0734056727cc9bdefe5 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Thu, 23 Jan 2025 13:58:18 +0300 Subject: [PATCH] fix error --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 16c35b8..32612f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,8 +64,4 @@ jobs: INPUT_TAG: ${{ inputs.tag }} run: | docker push cr.yandex/$CR_REGISTRY/$CR_REPO:${IMAGE_TAG::7} - docker push cr.yandex/$CR_REGISTRY/$CR_REPO:${INPUT_TAG/\//-} - - - - ${{ if 1 }}: value: a ${{ else }}: value: b \ No newline at end of file + docker push cr.yandex/$CR_REGISTRY/$CR_REPO:${INPUT_TAG/\//-} \ No newline at end of file