This commit is contained in:
parent
2b4b2af16c
commit
761814ec62
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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|<IMAGE>|${{ secrets.DR_URL }}/snowflake-server:'${IMAGE_TAG}'|' $GITHUB_WORKSPACE/deployment.yml
|
||||
|
||||
- name: Kubernetes set context
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user