From aeaf0b3a54f0e2cc2e738f4ce632dba1b49268a5 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Wed, 6 Dec 2023 14:08:11 +0530 Subject: [PATCH] update workflow --- .deploy/deployment.yaml | 3 +-- .github/workflows/image-publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.deploy/deployment.yaml b/.deploy/deployment.yaml index cf0ed0d..2a28659 100644 --- a/.deploy/deployment.yaml +++ b/.deploy/deployment.yaml @@ -16,8 +16,7 @@ spec: spec: containers: - name: vault-app - image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/vault-service:latest - + image: asia-south1-docker.pkg.dev/fyre-400407/hypersign-image-repository/vault-service:latest resources: limits: memory: "1Gi" diff --git a/.github/workflows/image-publish.yaml b/.github/workflows/image-publish.yaml index 75b1171..cc80e77 100644 --- a/.github/workflows/image-publish.yaml +++ b/.github/workflows/image-publish.yaml @@ -65,8 +65,8 @@ jobs: uses: cschleiden/replace-tokens@v1 with: files: '["**/deployment.yaml"]' - tokenPrefix: __ - tokenSuffix: __ + tokenPrefix: "__" + tokenSuffix: "__" env: HOST: ${{secrets.HOST}} ABSOLUTE_URL: ${{secrets.ABSOLUTE_URL}}