Skip to content

Commit

Permalink
Merge pull request #2 from alfredeen/develop
Browse files Browse the repository at this point in the history
rBLAST version 0.99. Publish action.
  • Loading branch information
lfdelzam authored Mar 25, 2024
2 parents c878065 + dc59d54 commit 8b7b41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ on:
env:
REGISTRY: ghcr.io
#IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: alfredeen/gene_catalog_rshiny
IMAGE_NAME: ${{ github.repository_owner }}/gene_catalog_rshiny


jobs:

publish:
# Only run this action in the forked development repository
if: github.repository == 'alfredeen/Gene_Catalog_Rshiny'

runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN R -e "install.packages('remotes')" \
&& R -e "remotes::install_version('tidyverse', version = '2.0.0', dependencies= T)" \
&& R -e "remotes::install_version('arrow', version = '14.0.0', dependencies= T)" \
&& R -e "remotes::install_version('data.table', version = '1.14.8', dependencies= T)" \
&& R -e "remotes::install_version('rBLAST', repos = 'https://mhahsler.r-universe.dev', dependencies= T, version='1.0.0')" \
&& R -e "remotes::install_version('rBLAST', repos = 'https://mhahsler.r-universe.dev', dependencies= T, version='0.99.0')" \
#&& R -e "remotes::install_github('mhahsler/rBLAST', dependencies= T)" \
&& R -e "remotes::install_version('leaflet', version = '2.1.2', dependencies= T)" \
&& R -e "remotes::install_version('sp', version = '1.6-1', dependencies= T)" \
Expand Down

0 comments on commit 8b7b41c

Please sign in to comment.