Skip to content

Commit

Permalink
Make recommended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmci committed Oct 12, 2023
1 parent cb92da8 commit 35ad777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
id: collect_other_tags
run: |
RELEASE_TAG="${{ github.ref_name != '' && format('{0}.dkr.ecr.{1}.amazonaws.com/chainlink-ccip-tests:{2}', secrets.QA_AWS_ACCOUNT_NUMBER, secrets.QA_AWS_REGION, github.ref_name) || '' }}"
echo ${RELEASE_TAG}
- name: Build Image
uses: ./.github/actions/build-test-image
with:
other_tags: ${{ env.ECR_TAG }}, ${RELEASE_TAG}
other_tags: ${{ env.ECR_TAG }},${RELEASE_TAG}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}

0 comments on commit 35ad777

Please sign in to comment.