Skip to content

Commit

Permalink
[TT-1267] test-base-image image being rebuilt when it already exists …
Browse files Browse the repository at this point in the history
…for tags (#13519)

Co-authored-by: Bartek Tofel <[email protected]>
  • Loading branch information
tateexon and Tofel authored Jun 17, 2024
1 parent 290c94f commit b5c25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
id: check-base-image
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19
with:
repository: ${{ inputs.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ inputs.QA_AWS_REGION }}.amazonaws.com/test-base-image
repository: test-base-image
tag: ${{ steps.long_sha.outputs.long_sha }}
AWS_REGION: ${{ inputs.QA_AWS_REGION }}
AWS_ROLE_TO_ASSUME: ${{ inputs.QA_AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit b5c25ea

Please sign in to comment.