File tree Expand file tree Collapse file tree
python-correlation-heatmap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ serialize = {major}.{minor}.{patch}
88
99[bumpversion:file:Dockerfile]
1010
11+ [bumpversion:file:Dockerfile.pca]
Original file line number Diff line number Diff line change 22
33FROM hbpmip/python-correlation-heatmap
44
5- ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.0.1 \
5+ ENV DOCKER_IMAGE=hbpmip/python-distributed-pca:0.3.0 \
66 FUNCTION=python-distributed-pca \
77 MODEL_PARAM_graph=pca
88
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ BUILD_DATE=$(date -Iseconds) \
103103 VCS_REF=$updated_version \
104104 VERSION=$updated_version \
105105 WORKSPACE=$WORKSPACE \
106- $CAPTAIN push target_image --branch-tags=false --commit-tags=false --tag $updated_version
106+ $CAPTAIN push target_image pca_image --branch-tags=false --commit-tags=false --tag $updated_version
107107
108108# Notify on slack
109109sed " s/USER/${USER^} /" $WORKSPACE /slack.json > $WORKSPACE /.slack.json
You can’t perform that action at this time.
0 commit comments