From 2b4b2af16c063a10f175a064227acf0d79c50ea5 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Wed, 29 Sep 2021 20:35:33 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2f28e1..8e73dd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,9 +37,9 @@ jobs: env: IMAGE_TAG: ${{ steps.get_version.outputs.version-without-v }} run: | - docker build -t ${{ secrets.DH_URL }}/snowflake-server:$IMAGE_TAG . - docker push &{{ secrets.DH_URL }}/snowflake-server:$IMAGE_TAG - sed -i 's||${{ secrets.DH_URL }}/snowflake-server:'${IMAGE_TAG}'|' $GITHUB_WORKSPACE/deployment.yml + docker build -t ${{ secrets.DR_URL }}/snowflake-server:$IMAGE_TAG . + docker push &{{ secrets.DR_URL }}/snowflake-server:$IMAGE_TAG + sed -i 's||${{ secrets.DR_URL }}/snowflake-server:'${IMAGE_TAG}'|' $GITHUB_WORKSPACE/deployment.yml - name: Kubernetes set context uses: Azure/k8s-set-context@v1.1