Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 21, 2024
1 parent 9f44a70 commit 3fae27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
- name: Remove old AWS ECR images
# Remove all images for previous version numbers.
# Example: for tag beginning with 1.2.5-, remove all images with tag 1.2.4-*
# Example: for tag beginning with 2.4.0-, remove all images with tag 2.3.*
# Example: for tag beginning with v1.2.5-, remove all images with tag v1.2.4-*
# Example: for tag beginning with v2.4.0-, remove all images with tag v2.3.*
run: |
TAG=${{ needs.build.outputs.image_tag }}
if [[ $TAG =~ ^v([0-9]+)\.([0-9]+)\.([0-9]+)-.* ]]; then
Expand Down

0 comments on commit 3fae27e

Please sign in to comment.