mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 09:57:43 +02:00
Preparation for multistage builds
This commit is contained in:
parent
6bdbd2f704
commit
dfca6ccb96
8
.github/workflows/build_images.yml
vendored
8
.github/workflows/build_images.yml
vendored
@ -174,9 +174,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
- base-mysql
|
- build-mysql
|
||||||
- base-pgsql
|
- build-pgsql
|
||||||
- base-sqlite3
|
- build-sqlite3
|
||||||
os:
|
os:
|
||||||
- alpine
|
- alpine
|
||||||
- ubuntu
|
- ubuntu
|
||||||
@ -313,7 +313,7 @@ jobs:
|
|||||||
platforms: ${{ steps.platform.outputs.list }}
|
platforms: ${{ steps.platform.outputs.list }}
|
||||||
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
push: ${{ secrets.AUTO_PUSH_IMAGES }}
|
||||||
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
tags: ${{ steps.prepare_tags.outputs.image_tag_versions }}
|
||||||
build-args: zabbix/zabbix-build-base@${{ steps.prepare_tags.outputs.base_tag }}
|
build-args: BUILD_BASE_IMAGE=zabbix/zabbix-build-base@${{ steps.prepare_tags.outputs.base_tag }}
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user