Skip to content

Commit

Permalink
ci: improved github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
demartis committed Nov 15, 2023
1 parent 0b756c6 commit 902e136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sub_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
run: |
docker run --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }}
-
name: Image MCR version check Test
name: Image MCR version Check Test
run: |
ls && docker run -v `pwd`/../test:/test --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }} bash /test/mcr_version.sh ${{ inputs.DOCKERHUB_TAG }}
docker run -v `pwd`/test:/test --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }} bash -c "chmod +x /test/mcr_version.sh && /test/mcr_version.sh ${{ inputs.DOCKERHUB_TAG }}"
-
name: Build and push (cached) :${{ inputs.DOCKERHUB_TAG }} ${{ inputs.is_latest == true && 'and :latest' || '' }} ${{ inputs.is_latest_meshlab == true && 'and :latest-meshlab' || '' }}
Expand All @@ -114,9 +114,9 @@ jobs:
# mv /tmp/.buildx-cache-new /tmp/.buildx-cache

-
name: MCR version check
name: MCR version heck
run: |
docker run -v `pwd`/../test:/test --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.TEST_TAG }} bash /test/mcr_version.sh ${{ inputs.DOCKERHUB_TAG }}
docker run -v `pwd`/test:/test --rm ${{ inputs.DOCKERHUB_REPO }}:${{ env.DOCKERHUB_TAG }} bash -c "chmod +x /test/mcr_version.sh && /test/mcr_version.sh ${{ inputs.DOCKERHUB_TAG }}"
-
name: MCR Test (Temp skipped)
continue-on-error: true
Expand Down
Empty file modified test/mcr_version.sh
100644 → 100755
Empty file.

0 comments on commit 902e136

Please sign in to comment.