knot 1.3.11

Codebase Graph + Vector RAG Indexer for Java, TypeScript, JavaScript, Kotlin, Rust, Python, Groovy, C/C++, Build Systems, and HTML/CSS codebases
Documentation
name: "Docker: Publish Image"

# DISABLED: This workflow consumes excessive CI/CD time.
# To re-enable, uncomment the 'on' section below and remove the 'on: {}' line.
#
# on:
#   push:
#     tags:
#       - 'v*.*.*'
#   workflow_dispatch:

on: {}

env:
  REGISTRY: ghcr.io
  IMAGE_NAME: ${{ github.repository }}

jobs:
  build-and-push:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      packages: write

    steps:
      - name: Workflow Disabled
        run: echo "Docker image publishing is currently disabled to conserve CI/CD resources."