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

feat: automate releases #245

Closed
6 tasks done
ocervell opened this issue Apr 5, 2024 · 1 comment
Closed
6 tasks done

feat: automate releases #245

ocervell opened this issue Apr 5, 2024 · 1 comment
Assignees
Labels
devops enhancement New feature or request

Comments

@ocervell
Copy link
Contributor

ocervell commented Apr 5, 2024

Automate releases workflow:

  • When a release is ready:
    • Merge to main
    • Build Python package using hatch: hatch build
    • Release Python package using hatch: hatch release
    • Build Docker container: docker build -t freelabz/secator:<RELEASE_VERSION> .
    • Release Docker container: docker push freelabz/secator:<RELEASE_VERSION>
@ocervell ocervell self-assigned this Apr 5, 2024
@ocervell ocervell added devops enhancement New feature or request labels Apr 5, 2024
@ocervell
Copy link
Contributor Author

ocervell commented Apr 9, 2024

Fixed by #250

@ocervell ocervell closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant