cupre(repo): switching to personal repo (timothystewart6)

This commit is contained in:
Timothy Stewart 2025-08-24 15:53:43 -05:00
parent bc1b832bfa
commit 08935737c4
3 changed files with 4 additions and 4 deletions

View File

@ -59,5 +59,5 @@ jobs:
platforms: linux/amd64,linux/arm64 # have to disable linux/arm/v7 linux/arm/v6 for now, see https://github.com/nodejs/docker-node/issues/1798
push: true
tags: |
ghcr.io/techno-tim/littlelink-server:latest
ghcr.io/timothystewart6/littlelink-server:latest
timothystewart6/littlelink-server

View File

@ -33,7 +33,7 @@ The example below will generate a site exactly like <https://links.technotim.liv
version: "3.0"
services:
littlelink-server:
image: ghcr.io/techno-tim/littlelink-server:latest
image: ghcr.io/timothystewart6/littlelink-server:latest
# dockerhub is also supported timothystewart6/littlelink-server
# image: timothystewart6/littlelink-server:latest
container_name: littlelink-server
@ -118,7 +118,7 @@ docker run -d \
-e KIT='https://l.technotim.live/gear' \
-e FOOTER=Techno Tim © 2022 \
--restart unless-stopped \
ghcr.io/techno-tim/littlelink-server:latest
ghcr.io/timothystewart6/littlelink-server:latest
```
### Using Kubernetes

View File

@ -3,7 +3,7 @@
version: "3.0"
services:
little-link:
image: ghcr.io/techno-tim/littlelink-server:latest
image: ghcr.io/timothystewart6/littlelink-server:latest
# dockerhub is also supported timothystewart6/littlelink-server
#image: timothystewart6/littlelink-server:latest
container_name: littlelink-server