Skip to content

Commit

Permalink
chore: shorten SHA for ecr image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeminkyung committed Feb 2, 2023
1 parent 4392720 commit 76c3bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
BUCKET_NAME: "dozer-releases"
ECR_REGISTRY: public.ecr.aws/k7k6x1d4
ECR_REPOSITORY: dozer
SHORT_GITHUB_SHA: ${{ github.sha }}::7
SHORT_GITHUB_SHA: ${{ github.sha::7 }}

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 76c3bcc

Please sign in to comment.