Skip to content

Fix Docker Hub image publishing workflow#640

Merged
brunobuddy merged 1 commit intomainfrom
claude/fix-docker-publish-workflow-hrNjp
Jan 22, 2026
Merged

Fix Docker Hub image publishing workflow#640
brunobuddy merged 1 commit intomainfrom
claude/fix-docker-publish-workflow-hrNjp

Conversation

@brunobuddy
Copy link
Copy Markdown
Member

The Docker publish workflow wasn't triggering because GITHUB_TOKEN pushes don't create new workflow runs (GitHub security measure).

Changes:

  • Add workflow_call trigger to manifest-publish.yml with version input
  • Update release.yml to call docker-publish directly after tagging
  • Replace docker/metadata-action with custom tag generation script
  • Add explicit OCI labels to the Docker build step

The release workflow now explicitly calls the Docker publish workflow after creating the version tag, ensuring Docker images are published.

The Docker publish workflow wasn't triggering because GITHUB_TOKEN
pushes don't create new workflow runs (GitHub security measure).

Changes:
- Add workflow_call trigger to manifest-publish.yml with version input
- Update release.yml to call docker-publish directly after tagging
- Replace docker/metadata-action with custom tag generation script
- Add explicit OCI labels to the Docker build step

The release workflow now explicitly calls the Docker publish workflow
after creating the version tag, ensuring Docker images are published.
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
manifest-ui Ignored Ignored Jan 22, 2026 4:35am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 22, 2026

⚠️ No Changeset found

Latest commit: 3cb387a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@railway-app
Copy link
Copy Markdown

railway-app bot commented Jan 22, 2026

🚅 Deployed to the manifest-pr-640 environment in Manifest

Service Status Web Updated (UTC)
manifest 🕒 Building (View Logs) Web Jan 22, 2026 at 4:35 am

@railway-app railway-app bot temporarily deployed to Manifest / manifest-pr-640 January 22, 2026 04:35 Destroyed
@brunobuddy brunobuddy merged commit 1427c4b into main Jan 22, 2026
5 checks passed
@brunobuddy brunobuddy deleted the claude/fix-docker-publish-workflow-hrNjp branch January 22, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants