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

Fix container push #530

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

gassmoeller
Copy link
Member

The Rayleigh automatic docker container build had problems for a while (maybe forever?), because it no longer builds containers with capital letters (like geodynamics/Rayleigh), but instead requires lowercase letter (geodynamics/rayleigh). This PR modifies our automatic build script to create an environment variable (REPO_NAME_LC) which contains the lowercase repository name (rayleigh) and use that as the docker container name. I tested that it works now on my own repository, see the container images created here: https://hub.docker.com/r/gassmoeller/rayleigh/tags
and here: https://github.com/gassmoeller/Rayleigh/pkgs/container/rayleigh

Once this is merged it will trigger a build run for the official Rayleigh images on
Dockerhub: https://hub.docker.com/r/geodynamics/rayleigh/tags
Github Container Registry: https://github.com/orgs/geodynamics/packages?repo_name=Rayleigh (currently empty)

Copy link
Contributor

@feathern feathern left a comment

Choose a reason for hiding this comment

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

Approved!

@feathern feathern merged commit 5f358f5 into geodynamics:main Jun 18, 2024
7 checks passed
@gassmoeller gassmoeller deleted the fix_container_push branch June 18, 2024 02:11
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