Skip to content

Commit

Permalink
upgrade cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
nosvalds committed Nov 12, 2021
1 parent 1a0e89f commit da66d73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
docker build . -f validate-dockerfile -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/$STAGE-$NAME-validate:$TAG
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/$STAGE-$NAME-validate:$TAG
docker build . -f flatten-dockerfile -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/$STAGE-$NAME-flatten:$TAG
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/$STAGE-$NAME-flatten:$TAG
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/$STAGE-$NAME-flatten:$TAG
- name: "Deploy Refresh to Azure Container Instances"
uses: "azure/CLI@v1"
uses: "azure/CLI@1.0.4"
with:
azcliversion: 2.19.1
azcliversion: 2.30.0
inlineScript: |
az container create \
--resource-group "${{ secrets.RESOURCE_GROUP }}" \
Expand Down Expand Up @@ -86,9 +86,9 @@ jobs:
DB_NAME="${{ env.DB_NAME }}"
- name: "Deploy Validate to Azure Container Instances"
uses: "azure/CLI@v1"
uses: "azure/CLI@1.0.4"
with:
azcliversion: 2.19.1
azcliversion: 2.30.0
inlineScript: |
az container create \
--resource-group "${{ secrets.RESOURCE_GROUP }}" \
Expand Down

0 comments on commit da66d73

Please sign in to comment.