mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-05 10:01:19 +01: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
|
||||
|
||||
- name: Docker meta
|
||||
- name: Generate tags
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
@ -134,7 +134,8 @@ jobs:
|
||||
echo ${{ steps.docker_build.outputs.digest }}
|
||||
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:
|
||||
name: ${{ 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
|
||||
|
||||
- name: Docker meta
|
||||
- name: Generate tags
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
@ -184,7 +185,8 @@ jobs:
|
||||
flavor: |
|
||||
latest=auto
|
||||
|
||||
- uses: actions/download-artifact@v2.0.10
|
||||
- name: Download SHA256 tag
|
||||
uses: actions/download-artifact@v2.0.10
|
||||
with:
|
||||
name: build-base_${{ matrix.os }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user