Skip to content

Commit

Permalink
update revision suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
whichwit committed Nov 9, 2024
1 parent 8087228 commit 19efb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-cdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
az containerapp update \
--name ${{ env.CONTAINER_APP }} \
--resource-group ${{ vars.ACA_RESOURCE_GROUP }} \
--image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:edge \
--revision-suffix gha-${{ github.run_id }}-${{ github.run_attempt }}
# - name: Copy revision
# uses: azure/CLI@v2
Expand Down

0 comments on commit 19efb92

Please sign in to comment.