From 04d48abc851697d7b6ed67276a39fe7b026fbd07 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Sep 2026 13:22:51 +0700 Subject: [PATCH] use HTTPS registry via NPM --- .gitea/workflows/deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a1915a4..c788f0a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,10 +17,11 @@ jobs: - name: Log in to Gitea Container Registry uses: docker/login-action@v2 with: - registry: 10.15.39.187:3000 + registry: registry-bpkd.drc-bpkd.data-center.id username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PASSWORD }} + # Build & Push Image SIDATA ke Gitea Registry - name: Build and Push Docker Image uses: docker/build-push-action@v4 @@ -28,8 +29,8 @@ jobs: context: . push: true tags: | - 10.15.39.187:3000/${{ secrets.REGISTRY_USER }}/sidata:latest - 10.15.39.187:3000/${{ secrets.REGISTRY_USER }}/sidata:${{ gitea.sha }} + registry-bpkd.drc-bpkd.data-center.id/${{ secrets.REGISTRY_USER }}/sidata:latest + registry-bpkd.drc-bpkd.data-center.id/${{ secrets.REGISTRY_USER }}/sidata:${{ gitea.sha }} # Deploy ke Rancher - name: Deploy to Rancher Cluster