chore: clean up build scripts — simple docker build+push to registry.nerdrage.cloud

- Remove build-local.sh and old build-push.sh (crictl/scp/buildah workflow)
- New build-push.sh: docker build + push to registry.nerdrage.cloud/dickloads
- deployment.yaml: update image to registry.nerdrage.cloud/dickloads:latest, imagePullPolicy Always
This commit is contained in:
Falkan
2026-03-19 23:00:00 -04:00
parent 337b722cf2
commit 2c5d267d84
3 changed files with 14 additions and 48 deletions

View File

@@ -16,8 +16,8 @@ spec:
spec:
containers:
- name: humor-units
image: localhost/humor-units:latest
imagePullPolicy: IfNotPresent
image: registry.nerdrage.cloud/dickloads:latest
imagePullPolicy: Always
ports:
- containerPort: 3000
env: