mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-02 16:16:04 +02:00
Updated build script
This commit is contained in:
parent
c07d2b55e5
commit
a4de106c91
6
.github/workflows/images_build_windows.yml
vendored
6
.github/workflows/images_build_windows.yml
vendored
@ -141,7 +141,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch,prefix=${{ matrix.build }}-${{ matrix.os }}-
|
type=ref,event=branch,prefix=${{ matrix.build }}-${{ matrix.os }}-
|
||||||
type=ref,event=branch,suffix=-${{ matrix.os }},prefix=${{ matrix.build }}-
|
type=ref,event=branch,suffix=-${{ matrix.os }},prefix=${{ matrix.build }}-
|
||||||
@ -216,8 +216,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch,prefix=${{ matrix.os }}-
|
type=ref,event=branch,prefix=${{ matrix.build }}-${{ matrix.os }}-
|
||||||
type=ref,event=branch,suffix=-${{ matrix.os }}
|
type=ref,event=branch,suffix=-${{ matrix.os }},prefix=${{ matrix.build }}-
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user