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 4e36548 commit b2d4afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ jobs:
run: |
curl -X POST "https://api.buildkite.com/v2/organizations/dozer-data-pte-ltd/pipelines/integration-tests/builds" \
--header 'Authorization: Bearer ${{ secrets.BUILDKITE_API_ACCESS_TOKEN_WRITE_BUILDS }}' \
-d '{ "commit": "${{ github.sha }}", "branch": "${{ github.ref_name }}", "env": { "DOZER_VERSION": "${{ steps.build_push_ecr.outputs.SHORT_GITHUB_SHA }}" }, "ignore_pipeline_branch_filters": true }'
-d '{ "commit": "${{ github.sha }}", "branch": "${{ github.ref_name }}", \
"env": { "DOZER_VERSION": "${{ steps.build_push_ecr.outputs.SHORT_GITHUB_SHA }}" }, "ignore_pipeline_branch_filters": true }'

0 comments on commit b2d4afd

Please sign in to comment.