Docker: only tag :latest on release, allow :staging via dispatch#1925
Merged
Evrard-Nil merged 1 commit intostagingfrom Apr 2, 2026
Merged
Docker: only tag :latest on release, allow :staging via dispatch#1925Evrard-Nil merged 1 commit intostagingfrom
Evrard-Nil merged 1 commit intostagingfrom
Conversation
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Docker publish workflow to avoid tagging :latest for manually-triggered builds while still producing immutable version/SHA tags, aligning image tagging with release semantics.
Changes:
- Tag
:latestonly when the workflow runs viaworkflow_call(intended for release runs). - For
workflow_dispatch, publish only:{version}and:sha-{commit}by default. - Continue supporting an optional extra tag via
inputs.tag(e.g.,staging).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…tch [skip-regression-check]
4be3f80 to
b035063
Compare
henrypark133
approved these changes
Apr 2, 2026
This was referenced Apr 2, 2026
This was referenced Apr 3, 2026
serrrfirat
pushed a commit
that referenced
this pull request
Apr 5, 2026
…tch [skip-regression-check] (#1925)
This was referenced Apr 5, 2026
drchirag1991
pushed a commit
to drchirag1991/ironclaw
that referenced
this pull request
Apr 8, 2026
…tch [skip-regression-check] (nearai#1925)
This was referenced Apr 8, 2026
This was referenced Apr 9, 2026
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
:latesttag when triggered by release (workflow_call)workflow_dispatchpushes:{version}+:sha-{commit}onlytag: stagingin manual dispatch to also push:stagingTest plan
:{version}+:sha-xxxonlytag: staging→ pushes:{version}+:sha-xxx+:staging:{version}+:latest+:sha-xxx🤖 Generated with Claude Code