mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-31 23:26:16 +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
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql
|
||||
tags: |
|
||||
type=ref,event=branch,prefix=${{ matrix.build }}-${{ matrix.os }}-
|
||||
type=ref,event=branch,suffix=-${{ matrix.os }},prefix=${{ matrix.build }}-
|
||||
@ -216,8 +216,8 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
||||
tags: |
|
||||
type=ref,event=branch,prefix=${{ matrix.os }}-
|
||||
type=ref,event=branch,suffix=-${{ matrix.os }}
|
||||
type=ref,event=branch,prefix=${{ matrix.build }}-${{ matrix.os }}-
|
||||
type=ref,event=branch,suffix=-${{ matrix.os }},prefix=${{ matrix.build }}-
|
||||
flavor: |
|
||||
latest=false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user