Skip to content

Commit

Permalink
feat: manual build for gentropy based image (#111)
Browse files Browse the repository at this point in the history
* feat: allow for building image manually

* feat: bump base image

---------

Co-authored-by: project-defiant <szymonszyszkowski@gmail.com>
  • Loading branch information
project-defiant and SzymonSzyszkowski committed Feb 28, 2025
1 parent b49922a commit 22602c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- images/gentropy/scripts/harmonise-sumstats.sh
- images/gentropy/Dockerfile
workflow_dispatch:

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

0 comments on commit 22602c6

Please sign in to comment.