mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Preparation for multistage builds
This commit is contained in:
parent
1de5bcf429
commit
eb293c1ebf
7
.github/workflows/build_images.yml
vendored
7
.github/workflows/build_images.yml
vendored
@ -155,12 +155,15 @@ jobs:
|
|||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.docker_build.outputs.digest }}
|
echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
pwd
|
||||||
|
mkdir base_build/
|
||||||
echo "${{ steps.docker_build.outputs.digest }}" > base_build/${{ matrix.build }}_${{ matrix.os }}
|
echo "${{ steps.docker_build.outputs.digest }}" > base_build/${{ matrix.build }}_${{ matrix.os }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: ${{ matrix.build }}_${{ matrix.os }}
|
||||||
path: base_build/${{ matrix.build }}_${{ matrix.os }}
|
path: base_build/${{ matrix.build }}_${{ matrix.os }}
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
build_base_database:
|
build_base_database:
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
@ -276,7 +279,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: ${{ matrix.build }}_${{ matrix.os }}
|
||||||
path: base_build
|
path: base_build
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user