diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4276921..95e5a56 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -44,6 +44,7 @@ jobs: noric-dev: "noric-dev/**" rapregtemplate-dev: "rapregtemplate-dev/**" base-r-alpine: "base-r-alpine/**" + pilot-dev: "pilot-dev/**" push_to_registries: needs: changes diff --git a/pilot-dev/Dockerfile b/pilot-dev/Dockerfile new file mode 100644 index 0000000..0853a31 --- /dev/null +++ b/pilot-dev/Dockerfile @@ -0,0 +1,9 @@ +FROM rapporteket/dev:weekly + +LABEL maintainer="Arnfinn Hykkerud Steindal " + +ARG GH_PAT +ENV GITHUB_PAT=${GH_PAT} + +RUN R -e "remotes::install_github(c('Rapporteket/rapbase', 'Rapporteket/rapFigurer', \ + 'Rapporteket/pilot'))"