Skip to content

Commit

Permalink
ci: deploy images to heigit org instead of openrouteservice
Browse files Browse the repository at this point in the history
- change instructions in README.md
  • Loading branch information
TheGreatRefrigerator committed Mar 20, 2024
1 parent 493f58a commit 2763699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ secrets.DOCKER_USERNAME }}/ors-config-migration:${{ inputs.tag || 'latest' }}
tags: heigit/ors-config-migration:${{ inputs.tag || 'latest' }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To migrate your `ors-config.json`, run the following command in the folder with
as the current directory is mounted into the container as a volume:

```shell
docker run --rm -v ${PWD}:/app openrouteservice/ors-config-migration <path-to-your-ors-config.json>
docker run --rm -v ${PWD}:/app heigit/ors-config-migration <path-to-your-ors-config.json>
```

Please examine the container logs (should print to stdout) to see if there are any warnings or
Expand Down

0 comments on commit 2763699

Please sign in to comment.