mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-19 19:30:49 +01:00
RHEL build test
This commit is contained in:
parent
3aaaae72fa
commit
a96d6ac977
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@ -241,7 +241,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Post build image
|
- name: Post build image
|
||||||
if: {{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
||||||
run: |
|
run: |
|
||||||
@ -385,7 +385,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Post build image
|
- name: Post build image
|
||||||
if: {{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
||||||
run: |
|
run: |
|
||||||
@ -591,7 +591,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Post build image
|
- name: Post build image
|
||||||
if: {{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
env:
|
env:
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user