mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 05:18:37 +01:00
Added Azure registry build action
This commit is contained in:
parent
759c172c09
commit
5c10e6d33a
8
.github/workflows/Azure.yml
vendored
8
.github/workflows/Azure.yml
vendored
@ -53,7 +53,11 @@ jobs:
|
|||||||
id: extract_branch
|
id: extract_branch
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||||
echo "##[set-output name=release_version;]$(echo ${GITHUB_REF#refs/tags/})"
|
|
||||||
|
- name: Detect Zabbix version
|
||||||
|
id: extract_release
|
||||||
|
shell: bash
|
||||||
|
run: echo "##[set-output name=release_version;]$(echo ${GITHUB_REF#refs/tags/})"
|
||||||
|
|
||||||
- name: ACR build (all)
|
- name: ACR build (all)
|
||||||
id: acr_push
|
id: acr_push
|
||||||
@ -83,5 +87,5 @@ jobs:
|
|||||||
image: zabbix-${{ matrix.build }}
|
image: zabbix-${{ matrix.build }}
|
||||||
folder: ${{ matrix.build }}/${{ matrix.os }}
|
folder: ${{ matrix.build }}/${{ matrix.os }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
tag: v${{ steps.extract_branch.outputs.release_version}}
|
tag: v${{ steps.extract_release.outputs.release_version}}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user