Conversation
…cker is used Co-authored-by: mfa777 <2765931+mfa777@users.noreply.github.com> Agent-Logs-Url: https://github.com/mfa777/pg_with_backup/sessions/58a7831d-a388-47e0-97d4-62db3f933df4
…uccess Co-authored-by: mfa777 <2765931+mfa777@users.noreply.github.com> Agent-Logs-Url: https://github.com/mfa777/pg_with_backup/sessions/0ded6ea3-717f-4e63-b228-50843e4c7f8f
Actions: remove `:noimage` support and scope `#skip-docker` to image publish only
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 pull request simplifies and clarifies the logic for skipping Docker image builds in the release workflow. It removes support for the
:noimageflag, ensuring that only the#skip-dockercommit message flag is used to control whether Docker images are built and published. The documentation and workflow outputs have been updated accordingly.Workflow logic and output updates:
#skip-dockerin commit messages to determine if Docker image publishing should be skipped, removing support for:noimage. (.github/workflows/release-on-master-merge.yml)#skip-docker. (.github/workflows/release-on-master-merge.yml)skip_dockeroutput from the tag creation step, instead of the previous build-and-push result logic. (.github/workflows/release-on-master-merge.yml)Documentation updates:
#skip-dockeris supported for skipping Docker image builds, removing mention of:noimage. (docs/BUILD_AND_PUSH.md)