From 761814ec620ef826a462159e87f5847eac39b331 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Wed, 29 Sep 2021 20:38:40 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e73dd9..427bdc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: IMAGE_TAG: ${{ steps.get_version.outputs.version-without-v }} run: | docker build -t ${{ secrets.DR_URL }}/snowflake-server:$IMAGE_TAG . - docker push &{{ 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