Skip to content

Commit

Permalink
Update Tags For CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDerr committed Dec 2, 2024
1 parent 088564c commit 1dc3cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ jobs:
target: default
arch: ${{ matrix.arch }}
tags: |
docker.io/hashicorp/${{ env.repo }}:${{ env.version }}
public.ecr.aws/hashicorp/${{ env.repo }}:${{ env.version }}
docker.io/hashicorp/${{ env.repo }}:${{ env.version }}_${{ github.sha }}
public.ecr.aws/hashicorp/${{ env.repo }}:${{ env.version }}_${{ github.sha }}
# Per-commit dev images follow the naming convention MAJOR.MINOR-dev
# And MAJOR.MINOR-dev-$COMMITSHA
dev_tags: |
Expand Down

0 comments on commit 1dc3cf7

Please sign in to comment.