Skip to content

Commit

Permalink
Update deploy_ghcr_docker.yml lowercase name
Browse files Browse the repository at this point in the history
  • Loading branch information
cchu70 authored Jun 19, 2024
1 parent d547e62 commit 165cc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_ghcr_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Build and push image
run: |
docker login --username cchu70 --password ${{ secrets.GHCR_LOGIN_TOKEN }} ghcr.io
docker build . --tag ghcr.io/getzlab/AnnoMate:latest
docker push ghcr.io/getzlab/AnnoMate:latest
docker build . --tag ghcr.io/getzlab/annomate:latest
docker push ghcr.io/getzlab/annomate:latest

0 comments on commit 165cc5d

Please sign in to comment.