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