Skip to content

chore: restringir gatilho de geracao de imagem apenas a pasta src - #12

Merged
elielsousa-pathbit merged 1 commit into
masterfrom
chore/restrict-release-trigger-to-src
Sep 18, 2026
Merged

elielsousa-pathbit merged 1 commit into
masterfrom
chore/restrict-release-trigger-to-src

Conversation

@elielsousa-pathbit

Copy link
Copy Markdown
Contributor

Configura o release.yml para que somente alteracoes na pasta src acionem a publicacao de novas imagens no GitHub Packages.

@elielsousa-pathbit
elielsousa-pathbit merged commit f28a9fe into master Sep 18, 2026
6 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 84449663a6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 6 to 7
paths:
- "src/**"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep Docker build inputs in the release path filter

For a push to master that changes only Dockerfile, pyproject.toml, or .dockerignore, this allowlist now skips the release workflow, even though the image is built from those files and Dockerfile copies and installs pyproject.toml. Consequently, runtime, dependency, or build-context fixes can pass CI but never reach the recommended ghcr.io/pathbit/9rtksync:latest image until an unrelated src/** change or manual run occurs; version-tag runs do not repair latest because that tag is enabled only for refs/heads/master.

Useful? React with 👍 / 👎.

@elielsousa-pathbit
elielsousa-pathbit deleted the chore/restrict-release-trigger-to-src branch September 18, 2026 12:44
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.

1 participant