Skip to content

Commit

Permalink
Prefix the release Docker tag with a v (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed May 13, 2024
1 parent d2c2be1 commit 71181f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT_ID }}
ECR_REPOSITORY: 'crispresso2'
AWS_REGION: 'us-east-1'
IMAGE_TAG: ${{ steps.get_version.outputs.version }}
IMAGE_TAG: v${{ steps.get_version.outputs.version }}
run: |
# Build a docker container and push it to ECR
docker build -t $AWS_ACCOUNT.dkr.ecr.$AWS_REGION.amazonaws.com/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit 71181f5

Please sign in to comment.