mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 23:09:20 +01: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:
|
||||
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
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
@ -108,23 +124,6 @@ jobs:
|
||||
|
||||
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 }})
|
||||
if: github.event_name == 'push'
|
||||
id: prepare_push
|
||||
|
Loading…
Reference in New Issue
Block a user