We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acacda2 commit 1108901Copy full SHA for 1108901
.github/workflows/k8s-e2e.yaml
@@ -6,6 +6,7 @@ concurrency:
6
group: e2e-tests-k8s-${{ github.ref }}
7
cancel-in-progress: true
8
9
+
10
env:
11
INTERNAL_DOCKER_REPO: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com
12
ENV_JOB_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink-testing-framework-tests:ci.${{ github.sha }}
0 commit comments