mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-28 18:53:10 +01:00
Added Azure registry build action
This commit is contained in:
parent
4cc7301d49
commit
fdc8a18076
2
.github/workflows/Azure.yml
vendored
2
.github/workflows/Azure.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user