Skip to content

Commit

Permalink
DEV: point ghcr image location to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Jul 8, 2024
1 parent 809ff6f commit bdbfa37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v4

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u cogent3 --password-stdin

- name: Build and Push Base Docker image
run: |
docker build -f .devcontainer/DockerFile . \
-t ghcr.io/${{ github.repository_owner }}/piqtree2:latest
docker push ghcr.io/${{ github.repository_owner }}/piqtree2:latest
-t ghcr.io/cogent3/piqtree2:latest
docker push ghcr.io/cogent3/piqtree2:latest

0 comments on commit bdbfa37

Please sign in to comment.