Fix container image publishing
Some checks failed
Build / build (push) Failing after 2m58s
Release Dry Run / release-dry-run (push) Successful in 1m21s
Template Compliance / compliance (push) Successful in 5s

This commit is contained in:
MrSphay
2026-05-15 04:34:55 +02:00
parent 296270b2c0
commit da7847e79e
9 changed files with 13 additions and 10 deletions

View File

@@ -51,9 +51,9 @@ The Compose stack exposes the web app on `http://localhost:3000` and uses a Post
Build and publish the Gitea image:
```bash
docker build -t git.wilkensxl.de/MrSphay/watchlink:latest .
docker build -t git.wilkensxl.de/mrsphay/watchlink:latest .
docker login git.wilkensxl.de
docker push git.wilkensxl.de/MrSphay/watchlink:latest
docker push git.wilkensxl.de/mrsphay/watchlink:latest
```
<p align="center"><img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" alt="-----------------------------------------------------" width="100%"></p>
@@ -69,7 +69,7 @@ git@git.wilkensxl.de:MrSphay/WatchLink.git
Target container image:
```text
git.wilkensxl.de/MrSphay/watchlink:latest
git.wilkensxl.de/mrsphay/watchlink:latest
```
CI expects `REGISTRY_TOKEN` to be configured as a repository or organization secret when image publishing should run.