fix: 🐛 update container image reference in Docker configurations
Dev / build (push) Successful in 2s
Dev / Deploy to Kubernetes (push) Successful in 1s
Release / release (pull_request) Successful in 32s
Release / Deploy to Kubernetes (pull_request) Successful in 1s

This commit is contained in:
2026-01-08 15:57:58 +00:00
parent 2a3ee1c8af
commit 70489c3dac
+3 -3
View File
@@ -40,7 +40,7 @@ docker run -d \
-e SECRET_KEY=your_secret_key \
-e NAME="Your Organisation" \
-e LOGO_PNG="https://example.com/logo.png" \
ghcr.io/jdb-net/ipam:latest
cr.jdbnet.co.uk/public/ipam:latest
```
### Docker Compose
@@ -48,7 +48,7 @@ docker run -d \
```yaml
services:
ipam:
image: ghcr.io/jdb-net/ipam:latest
image: cr.jdbnet.co.uk/public/ipam:latest
container_name: ipam
restart: unless-stopped
ports:
@@ -247,7 +247,7 @@ spec:
spec:
containers:
- name: ipam
image: ghcr.io/jdb-net/ipam:latest
image: cr.jdbnet.co.uk/public/ipam:latest
ports:
- containerPort: 5000
env: