Skip to content

Commit d2d2be3

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/CI-e2e.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ 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 }}
6764
uses: direlines/[email protected]
6865
with:
69-
image-tag: $DOCKERHUB_REPO/$DOCKERHUB_IMG:${{ env.DOCKER_TAG }}
66+
image-tag: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ env.DOCKER_TAG }}
7067
runpod-api-key: ${{ secrets.RUNPOD_API_KEY }}

0 commit comments

Comments
 (0)