diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ce9e166..3cf77d7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6fc178..7472eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/ diff --git a/README.md b/README.md index 49302d4..292eab4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +> Note: The docker tags match release tags in this repository. The follow the format of `vCADDY+pq.X`. \ No newline at end of file