Skip to content
Snippets Groups Projects
Unverified Commit e69ac889 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fixed release ci again (#4084)

parent 36237549
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,12 @@ jobs:
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/tags/} | cut -c 9-)"
- name: Extract Tag Release Major
id: ci_tag_release_major
if: contains(env.DOCKER_BUILD_ENABLED, 'true')
shell: bash
run: echo "##[set-output name=tag;]$(echo ${{steps.ci_tag_release_version.outputs.tag}} | cut -f1-1 -d'.')"
- name: Build and Push
if: contains(env.DOCKER_BUILD_ENABLED, 'true')
uses: docker/build-push-action@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment