From af79dd5762d7dad278fd29ebd3b82418d4577228 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 10 Mar 2026 09:01:32 -0600 Subject: [PATCH] image names --- .github/workflows/pipeline.yml | 4 ++-- kubernetes/ingress.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2b52c1a..406561c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: diff --git a/kubernetes/ingress.yml b/kubernetes/ingress.yml index 6bd6413..077d3c5 100644 --- a/kubernetes/ingress.yml +++ b/kubernetes/ingress.yml @@ -6,6 +6,7 @@ metadata: spec: ingressClassName: nginx rules: + # ai.alex-kube.duckdns.org - host: $INGRESS_HOST http: paths: