mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Test
This commit is contained in:
parent
632daf9386
commit
de84862c74
10
.github/workflows/build_images.yml
vendored
10
.github/workflows/build_images.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
|
|
||||||
echo ::set-output name=list::$platform_list
|
echo ::set-output name=list::$platform_list
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Generate tags
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
@ -134,7 +134,8 @@ jobs:
|
|||||||
echo ${{ steps.docker_build.outputs.digest }}
|
echo ${{ steps.docker_build.outputs.digest }}
|
||||||
echo "${{ steps.docker_build.outputs.digest }}" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
echo "${{ steps.docker_build.outputs.digest }}" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2.2.4
|
- name: Upload SHA256 tag
|
||||||
|
uses: actions/upload-artifact@v2.2.4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
name: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
||||||
path: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
path: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
|
||||||
@ -173,7 +174,7 @@ jobs:
|
|||||||
|
|
||||||
echo ::set-output name=list::$platform_list
|
echo ::set-output name=list::$platform_list
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Generate tags
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
@ -184,7 +185,8 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2.0.10
|
- name: Download SHA256 tag
|
||||||
|
uses: actions/download-artifact@v2.0.10
|
||||||
with:
|
with:
|
||||||
name: build-base_${{ matrix.os }}
|
name: build-base_${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm/v6",
|
"linux/arm/v6",
|
||||||
"linux/arm/v7",
|
"linux/arm/v7",
|
||||||
"linux/arm64",
|
"linux/arm64"
|
||||||
"linux/s390x"
|
|
||||||
],
|
],
|
||||||
"ol": [
|
"ol": [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
@ -14,7 +13,8 @@
|
|||||||
"ubuntu": [
|
"ubuntu": [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm/v7",
|
"linux/arm/v7",
|
||||||
"linux/arm64"
|
"linux/arm64",
|
||||||
|
"linux/ppc64le"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user