diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e8bc9b8..b933c17 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: - name: Build and Push run: | set -euo pipefail - REGISTRY="http://172.35.0.216:3000" + REGISTRY="172.35.0.216:3000" IMAGE_NAME="$REGISTRY/simplifique/vendaweb-portal" SHA_TAG=$(echo "${{ github.sha }}" | cut -c1-7) @@ -45,7 +45,7 @@ jobs: run: | set -euo pipefail SHA_TAG=$(echo "${{ github.sha }}" | cut -c1-7) - IMAGE_NAME="http://172.35.0.216:3000/simplifique/vendaweb-portal" + IMAGE_NAME="172.35.0.216:3000/simplifique/vendaweb-portal" MANIFEST_FILE="k8s/overlays/prod/deployment-image-digest-patch.yaml" @@ -56,7 +56,7 @@ jobs: exit 1 fi - git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@http://172.35.0.216:3000/simplifique/Vendaweb-portal.git" + git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@172.35.0.216:3000/simplifique/Vendaweb-portal.git" git config user.name "Gitea Action" git config user.email "actions@simplifiquehc.com.br"