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 Dec 6, 2024
1 parent ea3b821 commit c673695
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 c673695

Please sign in to comment.