Skip to content

Commit 71224b4

Browse files
committed
fix: CircleCI pipeline for releases
1 parent 31815b8 commit 71224b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
dockerfiles/runtime/tag-and-push-docker-image.sh \
151151
"${DOCKER_TEMP_RUNTIME_IMAGE}" \
152152
"v${CIRCLE_BRANCH##release-}" \
153+
"${DOCKER_PASSWORD}"
153154
154155
dockerfiles/runtime-lite/tag-and-push-docker-image.sh \
155156
"${DOCKER_TEMP_RUNTIME_LITE_IMAGE}" \

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Changed
1414

15-
* Nothing
15+
* fixed CircleCI pipeline for releases
1616

1717
### Removed
1818

0 commit comments

Comments
 (0)