Skip to content

ACR Login Skipped Due to 'bootstrap' Match in Branch Name #4416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ShakutaiGit opened this issue Mar 10, 2025 · 0 comments · Fixed by #4417
Closed

ACR Login Skipped Due to 'bootstrap' Match in Branch Name #4416

ShakutaiGit opened this issue Mar 10, 2025 · 0 comments · Fixed by #4417
Assignees
Labels
bug Something isn't working

Comments

@ShakutaiGit
Copy link
Collaborator

Describe the bug
When running GitHub Actions, the ACR Login step is skipped if the branch name contains 'bootstrap' because the contains check matches substrings within the branch name, causing unintended skipping of the login step.

Steps to reproduce

  1. Create a branch with 'bootstrap' in the name (e.g., sa-bootstrap-test).
  2. Trigger the GitHub Action workflow.
  3. The ACR Login step is skipped even though bootstrap is part of the branch name, not the command.

Azure TRE release version (e.g. v0.14.0 or main):
main

Deployed Azure TRE components - click the (i) in the UI:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant