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."