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