Skip to content

Commit

Permalink
remove activate line
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Jul 11, 2024
1 parent fdc5e40 commit 400742d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-push-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,4 @@ jobs:
inlineScript: |
az containerapp revision copy -n ${{ env.CONTAINER_APP }} -g ${{ env.RESOURCE_GROUP }} \
--image ${{ env.REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE}}:${{ github.sha }} \
--revision-suffix ${{ github.run_id }}-${{ github.run_attempt }}
- name: Activate revision
uses: azure/CLI@v1
with:
azcliversion: 2.61.0
inlineScript: |
az containerapp revision activate -g ${{ env.RESOURCE_GROUP }} \
--revision ${{ env.CONTAINER_APP }}-${{ github.run_id }}${{ github.run_attempt }}
--revision-suffix gha-${{ github.run_id }}-${{ github.run_attempt }}

0 comments on commit 400742d

Please sign in to comment.