mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-24 23:05:22 +02:00
Prepare universal workflow
This commit is contained in:
7
.github/workflows/images_build_rhel.yml
vendored
7
.github/workflows/images_build_rhel.yml
vendored
@@ -262,13 +262,6 @@ jobs:
|
|||||||
path: build_${{ matrix.build }}_${{ matrix.arch }}
|
path: build_${{ matrix.build }}_${{ matrix.arch }}
|
||||||
key: build-${{ matrix.build }}-${{ matrix.arch }}-${{ github.run_id }}
|
key: build-${{ matrix.build }}-${{ matrix.arch }}-${{ github.run_id }}
|
||||||
|
|
||||||
- name: Cleanup artifacts
|
|
||||||
if: success() || failure()
|
|
||||||
env:
|
|
||||||
BUILD_BASE_IMAGE: ${{ steps.base_build.outputs.base_build_image }}
|
|
||||||
run: |
|
|
||||||
podman rmi -i -f ${BUILD_BASE_IMAGE}
|
|
||||||
|
|
||||||
build_images:
|
build_images:
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
needs: [ "build_base_database", "init_build"]
|
needs: [ "build_base_database", "init_build"]
|
||||||
|
Reference in New Issue
Block a user