Skip to content

Commit 96dc8eb

Browse files
feat: manual build for gentropy based image (#111)
* feat: allow for building image manually * feat: bump base image --------- Co-authored-by: project-defiant <[email protected]>
1 parent b49922a commit 96dc8eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/artifact.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- images/gentropy/scripts/harmonise-sumstats.sh
1010
- images/gentropy/Dockerfile
11+
workflow_dispatch:
1112

1213
env:
1314
PROJECT_ID: open-targets-genetics-dev

images/gentropy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM europe-west1-docker.pkg.dev/open-targets-genetics-dev/gentropy-app/gentropy:v2.0.1
1+
FROM europe-west1-docker.pkg.dev/open-targets-genetics-dev/gentropy-app/gentropy:2.2.0-rc.5
22
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
33
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
44
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg\

0 commit comments

Comments
 (0)