From 0bd454e0c2748d7c0f003a087a830b358d82c332 Mon Sep 17 00:00:00 2001 From: subochev Date: Sun, 3 Aug 2025 13:32:13 +0300 Subject: [PATCH] Update action.yaml --- build-docker/action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-docker/action.yaml b/build-docker/action.yaml index 59aa30d..33a79c8 100644 --- a/build-docker/action.yaml +++ b/build-docker/action.yaml @@ -20,7 +20,11 @@ runs: steps: - name: Print Image Name shell: bash - run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'" + run: >- + echp '------------------------'; + echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'; + echp '------------------------'; + - name: Build Image id: build-image uses: redhat-actions/buildah-build@v2