Closed krystophv closed 3 months ago
@krystophv Can we update this PR so a Docker image from a PR build is tagged with the PR number instead of the feature branch name? So, instead of something like BACK-1234-some-feature-8d5c71e3665fabd1f19241901c059bd36e0532c3-1699656709
it is PR-123-8d5c71e3665fabd1f19241901c059bd36e0532c3-1699656709
or similar format? Something to make it easy to see if is from a PR and different than the feature branch?
@krystophv Can we merge this now that https://tidepool.atlassian.net/browse/UPLOAD-1068 is ready for deployment?
@gniezen I believe so, yeah. I'll hit the button.
To support UPLOAD-1068, needed to be able to build docker images on CircleCI (since Uploader needs access to a private submodule and TravisCI only lets you have entirely private or entirely public, not public accessing some private resources).