Skip to content

Commit

Permalink
update push devel
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Nov 29, 2023
1 parent 3de8c24 commit ec1ca7b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ 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 @@ -127,7 +120,7 @@ jobs:
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: "https://github.com/pharmaverse/admiral/DESCRIPTION"
repository-owner: ${{ github.repository_owner }}
repo-user: "pharmaverse-bot"
repo-token: "${{ secrets.PHARMAVERSE_BOT }}"
Expand Down

0 comments on commit ec1ca7b

Please sign in to comment.