Fix container image publishing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user