Skip to content

Commit d9bbeea

Browse files
committed
Shortcircuit hmftools-build.py since it's heavily coupled with Hartwig's gcloud infrastructure and I just need to docker build esvee for now... change docker tag to reflect version built too
1 parent 53a2411 commit d9bbeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
file: ./esvee/Dockerfile
4545
platforms: ${{ matrix.platforms }}
4646
push: true
47-
tags: ghcr.io/umccr/hmftools-esvee:aarch64
47+
tags: ghcr.io/umccr/hmftools-esvee:1.0.2-aarch64

esvee/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG RUN_SCRIPT=/usr/local/bin/${TOOL_NAME}
88
USER root
99

1010
ADD target/${TOOL_NAME}-${VERSION}-jar-with-dependencies.jar ${JAR}
11-
ADD target/entrypoint.sh ${RUN_SCRIPT}
11+
ADD entrypoint.sh ${RUN_SCRIPT}
1212
RUN chmod +x ${RUN_SCRIPT}
1313

1414
RUN micromamba install -y -n base -c bioconda -c conda-forge \

0 commit comments

Comments
 (0)