Skip to content

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

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 350ae62 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: 946ce6e42a

ℹ️ 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 path filter

When a commit to master changes only Dockerfile, pyproject.toml, or .dockerignore, this filter now skips the entire release workflow, leaving the published latest image stale. These are direct Docker build inputs—Dockerfile copies pyproject.toml and installs the package—so changes to the base image, runtime configuration, dependencies, packaging metadata, or build context will not reach GHCR until an unrelated src/** change or tag push occurs. Keep these paths in the trigger, or separate image publication from any workflow work that should be limited to source changes.

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