Skip to content
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

Handle mixed case names in build-image workflows #21

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

danbarr
Copy link
Contributor

@danbarr danbarr commented Oct 8, 2024

The workflows fail if the GitHub organization name or repository name use mixed case (such as the Stacklok-Demo-Org), since Docker only allows lower-cased image names.

Updated to use the docker/metadata-action tags output since that action handles the normalization.

Also had to handle in the Makefile for the "malicious" steps.

The workflows fail if the GitHub organization name or repository name use mixed case, since Docker only supports lower-cased image names.

Updated to use the docker/metadata-action tags output since that action handles the normalization.
JAORMX
JAORMX previously approved these changes Oct 8, 2024
rdimitrov
rdimitrov previously approved these changes Oct 9, 2024
@danbarr danbarr dismissed stale reviews from rdimitrov and JAORMX via 58831be October 9, 2024 16:16
@danbarr danbarr merged commit 5dfa299 into main Oct 9, 2024
3 checks passed
@danbarr danbarr deleted the danbarr/fix-mixed-case-handling branch October 9, 2024 16:18
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.

3 participants