Use release tags for Docker image publishing and add Docker skip markers#58
Closed
Use release tags for Docker image publishing and add Docker skip markers#58
Conversation
Co-authored-by: mfa777 <2765931+mfa777@users.noreply.github.com> Agent-Logs-Url: https://github.com/mfa777/pg_with_backup/sessions/39bc7f3c-b7bf-424c-be40-a7e6c34eb84a
Co-authored-by: mfa777 <2765931+mfa777@users.noreply.github.com> Agent-Logs-Url: https://github.com/mfa777/pg_with_backup/sessions/39bc7f3c-b7bf-424c-be40-a7e6c34eb84a
Co-authored-by: mfa777 <2765931+mfa777@users.noreply.github.com> Agent-Logs-Url: https://github.com/mfa777/pg_with_backup/sessions/39bc7f3c-b7bf-424c-be40-a7e6c34eb84a
Copilot created this pull request from a session on behalf of
mfa777
March 26, 2026 13:29
View session
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.
This changes the Docker image publish path to use the auto-generated semantic release tag instead of the commit SHA. It also adds opt-out support so releases can skip image build/push when the merge commit includes
#skip-dockeror:noimage.Release-driven image publishing
master.pg-with-backup:<release_tag>pg-backup-walg:<release_tag>Reusable Docker publish workflow
workflow_callworkflow.Skip markers for image publishing
#skip-dockeror:noimage, the Docker build/push job is skipped while the GitHub release still proceeds.Release metadata
Docs
#skip-docker/:noimagebehavior