Update README to match new package location
All checks were successful
Deploy to git.carlpearson.net / Build & Publish 0.6.13 (push) Successful in 8s
All checks were successful
Deploy to git.carlpearson.net / Build & Publish 0.6.13 (push) Successful in 8s
Signed-off-by: Carl Pearson <me@carlpearson.net>
This commit is contained in:
@@ -8,6 +8,9 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'LICENSE'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd your/source/tree
|
cd your/source/tree
|
||||||
podman run --rm -v "${PWD}":/src ghcr.io/cwpearson/cmake-format:0.6.13 cmake-format ...
|
podman run --rm -v "${PWD}":/src git.carlpearson.net/cwpearson/cmake-format:0.6.13 cmake-format ...
|
||||||
```
|
```
|
||||||
|
|
||||||
Inside the container, the working directory is /src, we use the volume mount to map the host working directory `${PWD}` into `/src`: `-v "${PWD}"/src`.
|
Inside the container, the working directory is /src, we use the volume mount to map the host working directory `${PWD}` into `/src`: `-v "${PWD}"/src`.
|
||||||
@@ -16,8 +16,3 @@ podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13
|
|||||||
podman run --rm -v "${PWD}":/src cmake-format:0.6.13 cmake-format ...
|
podman run --rm -v "${PWD}":/src cmake-format:0.6.13 cmake-format ...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deploy
|
|
||||||
|
|
||||||
1. Create a "personal access token (classic)" with `write:packages`
|
|
||||||
* account > settings > developer settings > personal access tokens
|
|
||||||
2. Put that personal access token as the repository secret `GHCR_TOKEN`.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user