We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c032a9 commit ed7f064Copy full SHA for ed7f064
1 file changed
.github/workflows/deploy-testing.yml
@@ -83,6 +83,6 @@ jobs:
83
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
84
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
85
run: |
86
- scw config set region=${{ env.SCW_REGION }}
+ scw config set default-region=${{ env.SCW_REGION }}
87
scw container container update ${{ env.SCW_SERVERLESS_CONTAINER_ID }} \
88
registry-image=${{ env.SCW_REGISTRY_ENDPOINT }}/${{ env.SCW_IMAGE_NAME }}:testing-latest
0 commit comments