Skip to content

Commit

Permalink
.github/actions/build-test-image/ bump chainlink-github-actions to 2.…
Browse files Browse the repository at this point in the history
…2.13
  • Loading branch information
jmank88 committed Oct 4, 2023
1 parent 04ca287 commit 5e16728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-test-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
steps:
- name: Check if image exists
id: check-image
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 # v2.2.0
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@eccde1970eca69f079d3efb3409938a72ade8497 # v2.2.13
with:
repository: chainlink-solana-tests
tag: ${{ inputs.tag }}
Expand All @@ -41,7 +41,7 @@ runs:
path: ${{ inputs.artifacts_path }}
- name: Build and Publish Test Runner
if: steps.check-image.outputs.exists == 'false'
uses: smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 # v2.2.0
uses: smartcontractkit/chainlink-github-actions/docker/build-push@eccde1970eca69f079d3efb3409938a72ade8497 # v2.2.13
with:
tags: |
${{ inputs.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ inputs.QA_AWS_REGION }}.amazonaws.com/chainlink-solana-tests:${{ inputs.tag }}
Expand Down

0 comments on commit 5e16728

Please sign in to comment.