Skip to content

Commit

Permalink
Update release-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJerseyStyle authored Oct 9, 2024
1 parent 840e8f0 commit c40254a
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 @@ -41,7 +41,7 @@ jobs:
run: |
mv example.env .env
sed -i 's/docker.io/ghcr.io/g' docker-compose.yml
sed -i 's/compdem/CivicTechTO/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 c40254a

Please sign in to comment.