forked from zabbix/zabbix-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
841 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,10 +143,13 @@ jobs: | |
with: | ||
images: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ env.BASE_BUILD_NAME }} | ||
tags: | | ||
type=ref,event=branch,prefix=${{ matrix.os }}- | ||
type=ref,event=branch,suffix=-${{ matrix.os }} | ||
type=semver,pattern={{version}},prefix=${{ matrix.os }}- | ||
type=semver,pattern={{version}},suffix=-${{ matrix.os }} | ||
type=ref,event=branch,prefix=${{ matrix.os }}-,suffix=-latest | ||
type=ref,event=branch,suffix=-${{ matrix.os }}-latest | ||
type=raw,enable=${{ needs.init_build.outputs.is_default_branch == 'true' }},value=${{matrix.os}}-latest | ||
flavor: | | ||
latest=false | ||
latest=${{ (matrix.os == 'alpine') && ( needs.init_build.outputs.is_default_branch == 'true' ) }} | ||
- name: Build ${{ env.BASE_BUILD_NAME }}/${{ matrix.os }} and push | ||
id: docker_build | ||
|
@@ -219,10 +222,13 @@ 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=semver,pattern={{version}},prefix=${{ matrix.os }}- | ||
type=semver,pattern={{version}},suffix=-${{ matrix.os }} | ||
type=ref,event=branch,prefix=${{ matrix.os }}-,suffix=-latest | ||
type=ref,event=branch,suffix=-${{ matrix.os }}-latest | ||
type=raw,enable=${{ needs.init_build.outputs.is_default_branch == 'true' }},value=${{matrix.os}}-latest | ||
flavor: | | ||
latest=false | ||
latest=${{ (matrix.os == 'alpine') && ( needs.init_build.outputs.is_default_branch == 'true' ) }} | ||
- name: Download SHA256 tag build-base:${{ matrix.os }} | ||
uses: actions/[email protected] | ||
|
@@ -335,10 +341,13 @@ 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=semver,pattern={{version}},prefix=${{ matrix.os }}- | ||
type=semver,pattern={{version}},suffix=-${{ matrix.os }} | ||
type=ref,event=branch,prefix=${{ matrix.os }}-,suffix=-latest | ||
type=ref,event=branch,suffix=-${{ matrix.os }}-latest | ||
type=raw,enable=${{ needs.init_build.outputs.is_default_branch == 'true' }},value=${{matrix.os}}-latest | ||
flavor: | | ||
latest=false | ||
latest=${{ (matrix.os == 'alpine') && ( needs.init_build.outputs.is_default_branch == 'true' ) }} | ||
- name: Download SHA256 tag for ${{ steps.build_base_image.outputs.build_base }}:${{ matrix.os }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.