Skip to content

Commit

Permalink
docs(readme): update latest release
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Nov 9, 2023
1 parent aba156f commit d513b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ docker run -it --rm -e REPO_URL=https://github.com/cncf/glossary -e REPO_FOLDER_
Alternatively, this repo already contains an action to publish the script's OCI image to [Github Packages](https://github.com/features/packages).
Pull the version that you want:
```console
docker pull ghcr.io/r3drun3/github-content-sync:1.3.0
docker pull ghcr.io/r3drun3/github-content-sync:1.4.0
```

Run the docker container (change env vars accordingly):
```console
docker run -it --rm -e REPO_URL=https://github.com/cncf/glossary -e REPO_FOLDER_1=content/en -e REPO_FOLDER_2=content/it -e TOKEN=<your-github-token-here> ghcr.io/r3drun3/github-content-sync:1.3.0
docker run -it --rm -e REPO_URL=https://github.com/cncf/glossary -e REPO_FOLDER_1=content/en -e REPO_FOLDER_2=content/it -e TOKEN=<your-github-token-here> ghcr.io/r3drun3/github-content-sync:1.4.0
```

### Run via Github Action
Expand Down

0 comments on commit d513b48

Please sign in to comment.