From 2f6af0a730cec842a84071eaeecaa7167be68eaf Mon Sep 17 00:00:00 2001 From: subochev Date: Sun, 3 Aug 2025 13:04:12 +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 59aa30d..0a4cee4 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