mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-15 11:00:53 +01: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
|
||||
run: |
|
||||
echo ${{ steps.docker_build.outputs.digest }}
|
||||
pwd
|
||||
mkdir base_build/
|
||||
echo "${{ steps.docker_build.outputs.digest }}" > base_build/${{ matrix.build }}_${{ matrix.os }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: my-artifact
|
||||
name: ${{ matrix.build }}_${{ matrix.os }}
|
||||
path: base_build/${{ matrix.build }}_${{ matrix.os }}
|
||||
if-no-files-found: error
|
||||
|
||||
build_base_database:
|
||||
timeout-minutes: 70
|
||||
@ -276,7 +279,7 @@ jobs:
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: my-artifact
|
||||
name: ${{ matrix.build }}_${{ matrix.os }}
|
||||
path: base_build
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
|
Loading…
Reference in New Issue
Block a user