RHEL build test

This commit is contained in:
Alexey Pustovalov 2024-02-15 18:26:43 +09:00
parent 3aaaae72fa
commit a96d6ac977

View File

@ -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: |