fix(ci): use lowercase ghcr image names
This commit is contained in:
parent
e908792ed9
commit
752e331126
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
|
||||
|
||||
env:
|
||||
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
|
||||
IMAGE_NAME: ghcr.io/traceworks2023/${{ github.event.repository.name }}
|
||||
K8S_NAMESPACE: nxtgauge
|
||||
DEPLOYMENT_NAME: nxtgauge-frontend-solid
|
||||
CONTAINER_NAME: frontend-solid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue