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