Skip to content

Conversation

@mishraomp
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a fallback to ensure containers_tag defaults to "test" when not provided in the release workflow.

  • Use a logical OR in the target expression to default to "test"
  • Clarifies the intended default value in-line
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:88

  • Consider defining the default test value directly in the inputs.containers_tag declaration (e.g., under defaults in the workflow inputs) to centralize configuration and avoid inline fallback expressions.
target:  ${{ inputs.containers_tag || 'test' }} # this is the tag of the containers to deploy, defaults to test

@mishraomp mishraomp merged commit 3b80157 into main Jun 17, 2025
19 checks passed
@mishraomp mishraomp deleted the fix/release-manual-github branch June 17, 2025 04:49
@github-project-automation github-project-automation bot moved this from New to Done in NRIDS - Architecture Jun 17, 2025
@mishraomp mishraomp self-assigned this Jun 17, 2025
@mishraomp mishraomp added the bug Something isn't working label Jun 18, 2025
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

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants