Skip to content

Commit

Permalink
Fix some command typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sheodox committed Jul 28, 2023
1 parent 7d5a0e1 commit a732b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Build and push the image
run: |
docker login --username sheodox --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag hcr.io/sheodox/alexandrite:latest
docker push . --tag hcr.io/sheodox/alexandrite:latest
docker build . --tag ghcr.io/sheodox/alexandrite:latest
docker push ghcr.io/sheodox/alexandrite:latest

0 comments on commit a732b71

Please sign in to comment.