chore: update registry and repository URLs to use internal IP address
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m38s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m38s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- name: Build and Push
|
||||
run: |
|
||||
REGISTRY="git.simplifiquehc.com.br"
|
||||
REGISTRY="172.35.0.216:3000"
|
||||
IMAGE_NAME="$REGISTRY/simplifique/vendaweb-api"
|
||||
SHA_TAG=$(echo ${{ gitea.sha }} | cut -c1-7)
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Update Manifest and Push to Git
|
||||
run: |
|
||||
SHA_TAG=$(echo ${{ gitea.sha }} | cut -c1-7)
|
||||
IMAGE_NAME="git.simplifiquehc.com.br/simplifique/vendaweb-api"
|
||||
IMAGE_NAME="172.35.0.216:3000/simplifique/vendaweb-api"
|
||||
|
||||
MANIFEST_FILE="k8s/overlays/prod/deployment-image-digest-patch.yaml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user