mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Test
This commit is contained in:
parent
e43c79dffd
commit
8a39fcf7b4
17
.github/workflows/build_images.yml
vendored
17
.github/workflows/build_images.yml
vendored
@ -116,6 +116,8 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch,prefix=${{ matrix.os }}-
|
type=ref,event=branch,prefix=${{ matrix.os }}-
|
||||||
type=ref,event=branch,suffix=-${{ matrix.os }}
|
type=ref,event=branch,suffix=-${{ matrix.os }}
|
||||||
|
flavor: |
|
||||||
|
latest=auto
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
@ -179,6 +181,8 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch,prefix=${{ matrix.os }}-
|
type=ref,event=branch,prefix=${{ matrix.os }}-
|
||||||
type=ref,event=branch,suffix=-${{ matrix.os }}
|
type=ref,event=branch,suffix=-${{ matrix.os }}
|
||||||
|
flavor: |
|
||||||
|
latest=auto
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -248,6 +252,17 @@ jobs:
|
|||||||
|
|
||||||
echo ::set-output name=build_base::${BUILD_BASE}
|
echo ::set-output name=build_base::${BUILD_BASE}
|
||||||
|
|
||||||
|
- name: Docker meta
|
||||||
|
id: meta
|
||||||
|
uses: docker/metadata-action@v3
|
||||||
|
with:
|
||||||
|
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
|
||||||
|
tags: |
|
||||||
|
type=ref,event=branch,prefix=${{ matrix.os }}-
|
||||||
|
type=ref,event=branch,suffix=-${{ matrix.os }}
|
||||||
|
flavor: |
|
||||||
|
latest=auto
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.build_base_image.outputs.build_base }}_${{ matrix.os }}
|
name: ${{ steps.build_base_image.outputs.build_base }}_${{ matrix.os }}
|
||||||
@ -269,7 +284,7 @@ jobs:
|
|||||||
file: ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
file: ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile
|
||||||
platforms: ${{ steps.platform.outputs.list }}
|
platforms: ${{ steps.platform.outputs.list }}
|
||||||
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
||||||
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
build-args: BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }}
|
build-args: BUILD_BASE_IMAGE=${{ steps.base_build.outputs.base_build_image }}
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
Loading…
Reference in New Issue
Block a user