From f5eef8cda08e48c0adbfce6c8d839b60df0b21fc Mon Sep 17 00:00:00 2001 From: subochev Date: Sun, 3 Aug 2025 13:04:46 +0300 Subject: [PATCH] Update action.yaml --- build-docker/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-docker/action.yaml b/build-docker/action.yaml index 0a4cee4..59aa30d 100644 --- a/build-docker/action.yaml +++ b/build-docker/action.yaml @@ -18,9 +18,9 @@ inputs: runs: using: "composite" steps: - # - name: Print Image Name - # shell: bash - # run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'" + - name: Print Image Name + shell: bash + run: "echo 'ImageName: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}:${{ inputs.tags }}'" - name: Build Image id: build-image uses: redhat-actions/buildah-build@v2