image names
Some checks failed
CI/CD Pipeline / build (push) Failing after 3s

This commit is contained in:
2026-03-10 09:01:32 -06:00
parent 53a48424b8
commit af79dd5762
2 changed files with 3 additions and 2 deletions

View File

@@ -25,8 +25,8 @@ jobs:
env:
IMAGE_NAME: ${{ vars.IMAGE_NAME }}
run: |
docker build -q -t $IMAGE_NAME:$GITHUB_RUN_NUMBER .
docker push -q $IMAGE_NAME:$GITHUB_RUN_NUMBER
docker build -q -t alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER .
docker push -q alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER
- name: Deploy to Kubernetes
env:

View File

@@ -6,6 +6,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
# ai.alex-kube.duckdns.org
- host: $INGRESS_HOST
http:
paths: