-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI/templates and workflows #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test the release? (set to have it run on push to develop and see if you get an image in the registry)
I have not. I cannot set the secrets of the repository nor do I have credentials to push to a registry. Docker images build and work fine locally though, so assuming the |
Also fix the first build issues that came up with moving to yarn.
As is standard with vite setups. Also helps resolves of underlying eslint configs.
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
1 similar comment
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull requests adds the following:
Made on develop branch for testing purposes.
Following secrets need to be added to the repository before merging.
REGISTRY_USERNAME
REGISTRY_PASSWORD
Note that after the merge; an image will be build and pushed.