Skip to content

Commit

Permalink
GHA container tag now lowercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalescky committed Apr 10, 2024
1 parent 4be59c0 commit e6a5591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build and Publish Container Image
run: |
docker build . --tag ghcr.io/SouthernMethodistUniversity/pURVA:latest
docker build . --tag ghcr.io/southernmethodistuniversity/purva:latest
docker run ghcr.io/SouthernMethodistUniversity/pURVA:latest
docker push ghcr.io/SouthernMethodistUniversity/pURVA:latest

0 comments on commit e6a5591

Please sign in to comment.