Skip to content

fix(ci): convert repository name to lowercase for docker tag#10

Merged
gowthamrao merged 1 commit into
developfrom
fix-docker-build-lowercase-repo
Oct 25, 2025
Merged

fix(ci): convert repository name to lowercase for docker tag#10
gowthamrao merged 1 commit into
developfrom
fix-docker-build-lowercase-repo

Conversation

@gowthamrao
Copy link
Copy Markdown
Contributor

The Docker build was failing with the error "repository name must be lowercase" because the GITHUB_REPOSITORY variable contained uppercase characters.

This commit fixes the issue by adding a step to the docker.yml workflow that converts the repository name to lowercase before it is used in the image tag for the build-push and trivy-scan jobs.

The Docker build was failing with the error "repository name must be lowercase" because the GITHUB_REPOSITORY variable contained uppercase characters.

This commit fixes the issue by adding a step to the docker.yml workflow that converts the repository name to lowercase before it is used in the image tag for the build-push and trivy-scan jobs.
@gowthamrao gowthamrao merged commit f03698d into develop Oct 25, 2025
9 of 10 checks passed
@gowthamrao gowthamrao deleted the fix-docker-build-lowercase-repo branch October 25, 2025 18:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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