Skip to content

Commit bab3b5f

Browse files
author
Ludovic Claude
committed
Fix publishing of new PCA image
1 parent 1a3f057 commit bab3b5f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

python-correlation-heatmap/.bumpversion.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ serialize = {major}.{minor}.{patch}
88

99
[bumpversion:file:Dockerfile]
1010

11+
[bumpversion:file:Dockerfile.pca]

python-correlation-heatmap/Dockerfile.pca

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM 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

python-correlation-heatmap/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
109109
sed "s/USER/${USER^}/" $WORKSPACE/slack.json > $WORKSPACE/.slack.json

0 commit comments

Comments
 (0)