From 4169cd21b89ed8f12385f1e5325cf2ae0eaa18e7 Mon Sep 17 00:00:00 2001 From: Test Date: Tue, 28 Jul 2026 13:45:23 -0300 Subject: [PATCH] ci: make Docker publishing manual Release tags triggered a Docker Hub job for the legacy gptcode/cli image, but this repository has no Docker Hub credentials. Every otherwise valid GitHub release would therefore include an unrelated failed workflow. Keep the workflow available through workflow_dispatch while removing the tag trigger. GitHub releases remain automated through GoReleaser and the repository-scoped GITHUB_TOKEN. If a maintained container distribution is needed later, define its owner, registry, credentials, and support contract before restoring automatic publication. --- .github/workflows/docker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index abf0674..c69d840 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,9 +1,6 @@ name: Docker Hub Publish on: - push: - tags: - - 'v*' workflow_dispatch: inputs: tag: