Skip to content

Commit 90b52d2

Browse files
Apply suggestions from code review
Co-authored-by: Máté Gyöngyösi <gyongyosimate1@gmail.com>
1 parent d6b82ed commit 90b52d2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish_container.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
name: Create and publish a Docker image
32

43
# Configures this workflow to run every time a change is pushed to the branch called `release`.
@@ -21,7 +20,6 @@ jobs:
2120
packages: write
2221
attestations: write
2322
id-token: write
24-
#
2523
steps:
2624
- name: Checkout repository
2725
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you want to use the _MyBinder_ version, [click here and wait a bit](https://m
3838
3939
The MyBinder version has two drawbacks: 1. You will have to upload the OSM history file (_\*.osh.pbf_) into the container. Depending on the region of interest these can be quite large. 2. Creating the maps will take longer, as other external downloads will have to be downloaded on the fly. See [this blog post for more details](https://tzovar.as/map-comparisons/).
4040
41-
If you want to run the Docker image on your own computer, you can find the necessary [image is available on the GitHub Container Registry under `amandasaurus/osm-mapping-party-before-after`](https://github.com/amandasaurus/osm-mapping-party-before-after/pkgs/container/osm-mapping-party-before-after).
41+
If you want to run the Docker image on your own computer, the necessary image is available in the GitHub Container registry under [`amandasaurus/osm-mapping-party-before-after`](https://github.com/amandasaurus/osm-mapping-party-before-after/pkgs/container/osm-mapping-party-before-after).
4242
4343
### Building the Docker container from scratch
4444

0 commit comments

Comments
 (0)