Skip to content

Commit

Permalink
Update publish_containers.yml
Browse files Browse the repository at this point in the history
change container from cogent3:cogent3_workshop to cogent3:workshop
  • Loading branch information
khiron committed Jun 19, 2024
1 parent 1857e5f commit a4014af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Build and Push Base Docker image
run: |
docker build -f .devcontainer/Dockerfile . \
-t ghcr.io/${{ github.repository_owner }}/cogent3-workshop:latest
docker push ghcr.io/${{ github.repository_owner }}/cogent3-workshop:latest
-t ghcr.io/${{ github.repository_owner }}/workshop:latest
docker push ghcr.io/${{ github.repository_owner }}/workshop:latest
- name: Build and Push Docker image prepopulated with apes_112
run: |
docker build -f .devcontainer/Dockerfile.apes_112 . \
-t ghcr.io/${{ github.repository_owner }}/cogent3-workshop:apes_112
docker push ghcr.io/${{ github.repository_owner }}/cogent3-workshop:apes_112
-t ghcr.io/${{ github.repository_owner }}/workshop:apes_112
docker push ghcr.io/${{ github.repository_owner }}/workshop:apes_112

0 comments on commit a4014af

Please sign in to comment.