Added Azure registry build action

This commit is contained in:
dotneft 2021-08-25 03:01:26 +03:00
parent 4cc7301d49
commit fdc8a18076

View File

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