Skip to content

Commit ca48cff

Browse files
committed
Update CI-e2e.yml
1 parent 3059455 commit ca48cff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI-e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363
- name: Run Tests
64+
env:
65+
DOCKERHUB_REPO: ${{ vars.DOCKERHUB_REPO }}
66+
DOCKERHUB_IMG: ${{ vars.DOCKERHUB_IMG }}
6467
uses: direlines/[email protected]
6568
with:
66-
image-tag: ${{ needs.build.outputs.docker_tag }}
69+
image-tag: $DOCKERHUB_REPO/$DOCKERHUB_IMG:${{ env.DOCKER_TAG }}
6770
runpod-api-key: ${{ secrets.RUNPOD_API_KEY }}

0 commit comments

Comments
 (0)