Skip to content

Conversation

@UsernameAlvarez
Copy link
Contributor

This update modifies the GitHub Actions workflow to reference reusable
variables defined in the repository settings: HUB_BASE and IMAGE_LOCATION.

By doing this:

  • We avoid hardcoding Docker image information.
  • It improves maintainability and reusability across environments.
  • Any future changes to these values can be done from GitHub UI
    without modifying the workflow files directly.

These vars are accessed using ${{ vars.HUB_BASE }} and ${{ vars.IMAGE_LOCATION }}
in the workflow YAML.

No logic or execution behavior is changed—only the configuration source.

@UsernameAlvarez
Copy link
Contributor Author

/deploy

@UsernameAlvarez
Copy link
Contributor Author

/deploy

@UsernameAlvarez UsernameAlvarez merged commit 65bde95 into 15.0 Jul 9, 2025
4 of 5 checks passed
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.

2 participants