Skip to content

Commit

Permalink
build: Update Docker image references
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 21, 2024
1 parent f9dac6a commit c4d96a7
Showing 1 changed file with 4 additions and 4 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 @@ -127,8 +127,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:latest
bhklab/annotationgx-r:${{ env.TAG }}
bhklab/annotationgx-r:latest
- name: Build
uses: docker/build-push-action@v5
Expand All @@ -138,5 +138,5 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:${{ env.TAG }}
${{ secrets.BHKLAB_DOCKERHUB_USERNAME }}/annotationgx-r:latest
bhklab/annotationgx-r:${{ env.TAG }}
bhklab/annotationgx-r:latest

0 comments on commit c4d96a7

Please sign in to comment.