mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Test
This commit is contained in:
parent
33830b7983
commit
18b2858b97
13
.github/workflows/build_images.yml
vendored
13
.github/workflows/build_images.yml
vendored
@ -95,15 +95,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }}
|
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=raw,value=${{matrix.os}}-{{ branch }}test1
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=raw,value={{branch}}-${{ matrix.os }}test2
|
||||||
type=raw,value=${{matrix.os}}-{{ branch }}
|
type=ref,event=push,prefix=${{ matrix.os }}-test3
|
||||||
type=raw,value={{branch}}-${{ matrix.os }}
|
type=ref,event=push,suffix=-${{ matrix.os }}-test4
|
||||||
type=pep440,pattern={{version}},
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
|
||||||
type=ref,event=branch,prefix=${{ matrix.os }}-
|
|
||||||
type=ref,event=pr,suffix=-${{ matrix.os }}
|
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user