mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01:00
Updated Go lang to 1.17.1 version
This commit is contained in:
parent
fe97fa79bf
commit
830c084048
19
.github/workflows/build_images.yml
vendored
19
.github/workflows/build_images.yml
vendored
@ -108,6 +108,25 @@ 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=ref,event=branch
|
||||
type=ref,event=pr
|
||||
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