Added Azure registry build action

This commit is contained in:
dotneft 2021-08-25 03:17:41 +03:00
parent fdc8a18076
commit c156e50d9a

View File

@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
GIT_BRANCH="${GITHUB_REF##*/}"
GIT_BRANCH=`expr "$GITHUB_REF" : '\([0-9]*\.[0-9]*\).*'`
GIT_BRANCH=`expr "${GIT_BRANCH}" : '\([0-9]*\.[0-9]*\).*'`
echo ::set-output name=branch::${GIT_BRANCH}
- name: Detect Zabbix version