Skip to content

Commit

Permalink
get DESCRIPTION from admiral
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Nov 27, 2023
1 parent f79dd52 commit 6ad44e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,13 @@ jobs:
packages: write

steps:
# checkout on admiral repo to get DESCRIPTION file
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: ${{ github.repository_owner }}/admiral
token: ${{ secrets.PHARMAVERSE_BOT }}

- name: Set image specs
id: image_specs
Expand All @@ -120,11 +123,11 @@ jobs:
- name: Call deploy docker image action devel
uses: insightsengineering/r-image-creator@fix_install_from_description
with:
image-name: "${{ steps.image_specs.outputs.image_name }}"
image-name: "admiralci"
tag-latest: true
base-image: "rocker/rstudio:devel"
sysdeps: qpdf,libxt-dev,curl,npm,libicu-dev,libcurl4-openssl-dev,libssl-dev,make,zlib1g-dev,libfontconfig1-dev,libfreetype6-dev,libfribidi-dev,libharfbuzz-dev,libjpeg-dev,libpng-dev,libtiff-dev,pandoc,libxml2-dev,libgit2-dev,libgit2-dev,jq
description-file: "./DESCRIPTION"
description-file: "DESCRIPTION"
repository-owner: ${{ github.repository_owner }}
repo-user: ${{ github.actor }} # pharmaverse-bot
repo-token: "${{ secrets.GITHUB_TOKEN }}" # ${{ secrets.PHARMAVERSE_BOT }}
Expand Down

0 comments on commit 6ad44e9

Please sign in to comment.