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

This commit is contained in:
2026-02-12 18:08:05 -03:00
parent d6d70400ac
commit c088c38a05
4 changed files with 5 additions and 5 deletions

View File

@@ -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"