Skip to content

CI: Set the default docker CI image location in a separate job#18

Merged
riley-dixon merged 1 commit into
developfrom
rildixon/ci-set-rocm-version
Jan 27, 2026
Merged

CI: Set the default docker CI image location in a separate job#18
riley-dixon merged 1 commit into
developfrom
rildixon/ci-set-rocm-version

Conversation

@riley-dixon

Copy link
Copy Markdown
Owner

This is because github.repository may contain uppercase characters which is incompatible with the Docker image name (expects all lowercase). GitHub Actions does not have a toLower() method, nor any way to manipulate strings outside of the context of a job.

As such, we are then reliant on starting a new job simply to have access to a shell to perform this transformation.

This is because github.repository may contain uppercase characters
which is incompatible with the Docker image name (expects all
lowercase). GitHub Actions does not have a toLower() method, nor any
way to manipulate strings outside of the context of a job.

As such, we are then reliant on starting a new job simply to have
access to a shell to perform this transformation.
@riley-dixon
riley-dixon merged commit a3b54f6 into develop Jan 27, 2026
26 of 29 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.

1 participant