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: env:
IMAGE_NAME: ${{ vars.IMAGE_NAME }} IMAGE_NAME: ${{ vars.IMAGE_NAME }}
run: | run: |
docker build -q -t $IMAGE_NAME:$GITHUB_RUN_NUMBER . docker build -q -t alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER .
docker push -q $IMAGE_NAME:$GITHUB_RUN_NUMBER docker push -q alexmickelson/$IMAGE_NAME:$GITHUB_RUN_NUMBER
- name: Deploy to Kubernetes - name: Deploy to Kubernetes
env: env:

View File

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