Skip to content

Commit

Permalink
Fix(release): unify name/tags
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Dec 4, 2024
1 parent b5d47c1 commit 0bf3c2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- id: meta
uses: docker/metadata-action@v5
with:
images: r.planetary-quantum.com/quantum-public/${{ github.repository }}
images: r.planetary-quantum.com/quantum-public/caddy
- uses: docker/build-push-action@v6
with:
context: rootfs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- id: meta
uses: docker/metadata-action@v5
with:
images: r.planetary-quantum.com/quantum-public/${{ github.repository }}
images: r.planetary-quantum.com/quantum-public/caddy
- uses: docker/build-push-action@v6
with:
context: rootfs/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Modules/plugins:
Images are available and free to use for anyone. To download and use an image:

```sh
$ docker pull r.planetary-quantum.com/quantum-public/hostwithquantum/quantum-caddy@TAG
$ docker pull r.planetary-quantum.com/quantum-public/caddy@TAG
```

> Note: The docker tags match release tags in this repository.
> Note: The docker tags match release tags in this repository. The follow the format of `vCADDY+pq.X`.

0 comments on commit 0bf3c2e

Please sign in to comment.