fix(ci): use lowercase ghcr image names
This commit is contained in:
parent
fced248dfc
commit
eaec788b2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-deploy-ghcr.yml
vendored
2
.github/workflows/build-and-deploy-ghcr.yml
vendored
|
|
@ -12,7 +12,7 @@ permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
|
IMAGE_NAME: ghcr.io/traceworks2023/${{ github.event.repository.name }}
|
||||||
K8S_NAMESPACE: nxtgauge-ai
|
K8S_NAMESPACE: nxtgauge-ai
|
||||||
DEPLOYMENT_NAME: nxtgauge-ai-assistant
|
DEPLOYMENT_NAME: nxtgauge-ai-assistant
|
||||||
CONTAINER_NAME: ai-assistant
|
CONTAINER_NAME: ai-assistant
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue