Skip to content

Commit

Permalink
build: Update Docker Hub and GitHub Container Registry credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 21, 2024
1 parent a454199 commit 1df91a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}
password: ${{ secrets.BHKLAB_DOCKERHUB_ACCESS_KEY }}

- name: Login to the GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -87,7 +87,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
- name: Build
uses: docker/build-push-action@v5
Expand All @@ -97,4 +97,4 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr
URL: https://jjjermiah.github.io/AnnotationGx/
URL: https://bhklab.github.io/AnnotationGx/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN apt-get -qq update && \
apt-get install -y --no-install-recommends git libxml2-dev

RUN Rscript -e "install.packages('pak', repos = 'https://r-lib.github.io/p/pak/dev/')"
RUN Rscript -e "pak::pkg_install(c('jsonlite','jjjermiah/AnnotationGx'), ask = F)"
RUN Rscript -e "pak::pkg_install(c('jsonlite','bhklab/AnnotationGx@newAnnotationGx'), ask = F)"


2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://jjjermiah.github.io/AnnotationGx/
url: https://bhklab.github.io/AnnotationGx/
template:
bootstrap: 5

0 comments on commit 1df91a1

Please sign in to comment.