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