mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-16 18:00:52 +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::"
|
||||
|
||||
- name: Post build image
|
||||
if: {{ success() || failure() }}
|
||||
if: ${{ success() || failure() }}
|
||||
env:
|
||||
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
||||
run: |
|
||||
@ -385,7 +385,7 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Post build image
|
||||
if: {{ success() || failure() }}
|
||||
if: ${{ success() || failure() }}
|
||||
env:
|
||||
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
||||
run: |
|
||||
@ -591,7 +591,7 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Post build image
|
||||
if: {{ success() || failure() }}
|
||||
if: ${{ success() || failure() }}
|
||||
env:
|
||||
TAGS: ${{ steps.meta.outputs.tags }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user