Skip to content

Commit

Permalink
Feature/release2 docker hub issue 101 (#104)
Browse files Browse the repository at this point in the history
* Create release-dockerhub-images.yml for #101

* Merge instructions from release-dockerhub-images.yml

* Delete .github/workflows/.github/workflows/release-dockerhub-images.yml

* Update release-docker-images.yml quick fix for renaming in docker compose push the repo name
  • Loading branch information
NewJerseyStyle authored Dec 6, 2024
1 parent e40935c commit aae707c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ jobs:
IMAGE_NAME=$(echo "$image" | sed 's/ghcr.io/docker.io/g')
IMAGE_NAME=$(echo "$IMAGE_NAME" | sed 's/civictechto/${{ secrets.DOCKER_USERNAME }}/g')
docker tag $image $IMAGE_NAME
sed -i 's/ghcr.io/docker.io/g' docker-compose.yml
sed -i 's/civictechto/${{ secrets.DOCKER_USERNAME }}/g' docker-compose.yml
done
docker compose --profile postgres push --ignore-push-failures

0 comments on commit aae707c

Please sign in to comment.