diff --git a/.github/workflows/publish-ghcr.yaml b/.github/workflows/publish-ghcr.yaml index 2c04885..66039fd 100644 --- a/.github/workflows/publish-ghcr.yaml +++ b/.github/workflows/publish-ghcr.yaml @@ -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