Skip to content

Commit

Permalink
build(GHA): fix issue with test_image needs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent 1ba3d1e commit 023ac12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ jobs:
uses: actions/checkout@v2

- name: Test Image With new Tag
if: needs.build.result == 'success'
run: |
docker run --rm \
${{ secrets.DOCKERHUB_USERNAME }}/nbiatoolkit:${{ env.DOCKER_IMAGE_TAG }} \
Expand All @@ -211,7 +210,6 @@ jobs:
uses: actions/checkout@v2

- name: Test Image with "latest" Tag
if: needs.build.result == 'success'
run: |
docker run --rm \
${{ secrets.DOCKERHUB_USERNAME }}/nbiatoolkit:latest \
Expand Down

0 comments on commit 023ac12

Please sign in to comment.