Skip to content

Commit

Permalink
Nytt image for parkinson (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stein-Kato authored Jan 13, 2025
1 parent 2cf547d commit d952d89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
intensivberedskap-dev: "intensivberedskap-dev/**"
ethirgast-dev: "ethirgast-dev/**"
kvarus-dev: "kvarus-dev/**"
parkinson-dev: "parkinson-dev/**"
push_to_registries:
needs: changes
Expand Down
2 changes: 1 addition & 1 deletion kvarus-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rapporteket/dev:weekly

LABEL maintainer="Stein-Kato <stein-kato.lindberg@helse-nord.no>"
LABEL maintainer="Stein-Kato Lindberg <stein-kato.lindberg@helse-nord.no>"

ARG GITHUB_PAT
ENV GITHUB_PAT=${GITHUB_PAT}
Expand Down
8 changes: 8 additions & 0 deletions parkinson-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM rapporteket/dev:weekly

LABEL maintainer="Stein-Kato Lindberg <stein-kato.lindberg@helse-nord.no>"

ARG GITHUB_PAT
ENV GITHUB_PAT=${GITHUB_PAT}

RUN R -e "remotes::install_github(c('Rapporteket/parkinson'))"

0 comments on commit d952d89

Please sign in to comment.