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

github actions: build containers with shorter names #17

Open
PeterKneale opened this issue Apr 2, 2022 · 1 comment
Open

github actions: build containers with shorter names #17

PeterKneale opened this issue Apr 2, 2022 · 1 comment

Comments

@PeterKneale
Copy link
Owner

No description provided.

@PeterKneale
Copy link
Owner Author

The long names will probably break something like k8s or helm at some point, i think there are 64 char limits there somewhere.
current:

docker pull ghcr.io/peterkneale/k8s-dotnet-microservices-monorepo-saas/frontend_admin:latest
desired:
docker pull ghcr.io/peterkneale/saas/frontend_admin:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant