Skip to content

Commit

Permalink
Update naming for GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJerseyStyle authored Oct 9, 2024
1 parent 882cf6e commit 025832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build full project via docker-compose
run: |
mv example.env .env
sed -i 's/compdem/civictech/g' docker-compose.yml
sed -i 's/compdem/CivicTechTO/g' docker-compose.yml
docker compose build --parallel --build-arg GIT_HASH=${GITHUB_SHA:0:6}
- name: Push images to Docker Hub
Expand Down

0 comments on commit 025832d

Please sign in to comment.