-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request ## Checklist - [X] Have you read Digital Catapult's [Code of Conduct](https://github.com/digicatapult/.github/blob/main/CODE_OF_CONDUCT.md)? - [X] I have performed a self-review of my own code. - [X] I have commented my code, particularly in hard-to-understand areas. - [X] I have made corresponding changes to the documentation. - [ ] My changes generate no new warnings. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] New and existing unit tests pass locally with my changes. ## PR Type Please delete options that are irrelevant. - [X] Chore ## Linked tickets N/A ## High level description Adds ability to push to dockerhub ## Detailed description Alters the publish step so that we release container artifacts to dockerhub as well as GHCR so people can pull without requiring GHCR authentication. ## Describe alternatives you've considered N/A ## Operational impact N/A ## Additional context N/A
- Loading branch information
1 parent
5bbadbe
commit 503400d
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bridgeai-regression-model-data-ingestion" | ||
version = "0.1.4" | ||
version = "0.2.0" | ||
description = "Data ingestion module for the house price regression model" | ||
authors = ["DC AI Team <[email protected]>"] | ||
readme = "README.md" | ||
|