We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31815b8 commit 71224b4Copy full SHA for 71224b4
.circleci/config.yml
@@ -150,6 +150,7 @@ jobs:
150
dockerfiles/runtime/tag-and-push-docker-image.sh \
151
"${DOCKER_TEMP_RUNTIME_IMAGE}" \
152
"v${CIRCLE_BRANCH##release-}" \
153
+ "${DOCKER_PASSWORD}"
154
155
dockerfiles/runtime-lite/tag-and-push-docker-image.sh \
156
"${DOCKER_TEMP_RUNTIME_LITE_IMAGE}" \
CHANGELOG.md
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
13
### Changed
14
15
-* Nothing
+* fixed CircleCI pipeline for releases
16
17
### Removed
18
0 commit comments