Skip to content

Also push :latest Docker tag on tagged releases#516

Merged
compscidr merged 2 commits intomainfrom
fix/docker-push-latest
Mar 17, 2026
Merged

Also push :latest Docker tag on tagged releases#516
compscidr merged 2 commits intomainfrom
fix/docker-push-latest

Conversation

@compscidr
Copy link
Collaborator

Summary

The tagged release workflow only pushed compscidr/goblog:{version}, so :latest on Docker Hub was stale. Now pushes both tags.

Test plan

  • Cut a new release — verify both compscidr/goblog:v0.x.x and compscidr/goblog:latest appear on Docker Hub

🤖 Generated with Claude Code

The tagged release workflow only pushed compscidr/goblog:{version},
so :latest was stale. Now pushes both the version tag and :latest.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 17, 2026 01:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the tagged-release GitHub Actions workflow so Docker Hub’s :latest tag stays in sync with versioned releases.

Changes:

  • Push compscidr/goblog:latest in addition to compscidr/goblog:{version} during tagged releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@compscidr compscidr merged commit 31c4caf into main Mar 17, 2026
1 check passed
@compscidr compscidr deleted the fix/docker-push-latest branch March 17, 2026 01:28
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