-
Notifications
You must be signed in to change notification settings - Fork 74
feat: postgres docker and gar #1945
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
Conversation
93087dd to
a615ae4
Compare
.circleci/config.yml
Outdated
| only: /.*/ | ||
| branches: | ||
| only: master | ||
| # touch: 1676417203 |
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.
I don't think we need this.
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.
Yeah, I've wondered what that is... I'll take it out. Wondered if it had some historical significance. Looked at the git blame but didn't offer much and was 2 years ago. Probably useless at this point
| echo ${DOCKERHUB_REPO}:${DOCKER_TAG}-postgres | ||
| docker tag app:build ${DOCKERHUB_REPO}:${DOCKER_TAG}-postgres | ||
| docker images | ||
| docker push "${DOCKERHUB_REPO}:${DOCKER_TAG}-postgres" |
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.
Maybe add the postfix to the Spanner image for clarity and consistency?
|
I had @jbuck take a peek at this fyi, he thinks it looks ok but I guess we'll know best once merging to master 🤞 |
Description
Addition of deploy jobs for Postgres enabled synsctorage-rs. Induces:
-postgressuffix added to end of tag.Issue(s)
Closes STOR-366.