diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index b61bd32..e5fcff9 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -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' }} diff --git a/README.md b/README.md index b641ec0..ea82537 100644 --- a/README.md +++ b/README.md @@ -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 +docker run --rm -v ${PWD}:/app heigit/ors-config-migration ``` Please examine the container logs (should print to stdout) to see if there are any warnings or