Skip to content

Commit

Permalink
Update build-test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 30, 2023
1 parent ffa20c6 commit 18ce99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: CD | Build-Test-Release

on:
push:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run Tests
if: github.event_name != 'release'
id: run-tests
uses: runpod/runpod-test-runner@v2
uses: direlines/runpod-test-runner@v1.7
with:
image-tag: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ (github.event_name == 'release' && github.event.release.tag_name) || (github.event_name == 'workflow_dispatch' && github.event.inputs.image_tag) || 'dev' }}
runpod-api-key: ${{ secrets.RUNPOD_API_KEY }}
Expand Down

0 comments on commit 18ce99b

Please sign in to comment.