mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-01 07:36:00 +02:00
Updated Go lang to 1.17.1 version
This commit is contained in:
parent
d5673842d7
commit
33830b7983
33
.github/workflows/build_images.yml
vendored
33
.github/workflows/build_images.yml
vendored
@ -89,6 +89,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
- name: Docker meta
|
||||||
|
id: meta
|
||||||
|
uses: docker/metadata-action@v3
|
||||||
|
with:
|
||||||
|
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }}
|
||||||
|
tags: |
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=raw,value=${{matrix.os}}-{{ branch }}
|
||||||
|
type=raw,value={{branch}}-${{ matrix.os }}
|
||||||
|
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
|
||||||
|
|
||||||
@ -108,23 +124,6 @@ jobs:
|
|||||||
|
|
||||||
echo ::set-output name=list::$platform_list
|
echo ::set-output name=list::$platform_list
|
||||||
|
|
||||||
- name: Docker meta
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v3
|
|
||||||
with:
|
|
||||||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }}
|
|
||||||
tags: |
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
|
||||||
type=raw,value=${{matrix.os}}-{{ branch }}
|
|
||||||
type=raw,value={{branch}}-${{ matrix.os }}
|
|
||||||
type=pep440,pattern={{version}},
|
|
||||||
type=semver,pattern={{version}}
|
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
|
||||||
type=ref,event=push,prefix=${{ matrix.os }}-
|
|
||||||
type=ref,event=push,suffix=-${{ matrix.os }}
|
|
||||||
|
|
||||||
|
|
||||||
- name: Prepare environment (${{ github.event_name }})
|
- name: Prepare environment (${{ github.event_name }})
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
id: prepare_push
|
id: prepare_push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user