Skip to content

Commit

Permalink
Added Run cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Feb 6, 2025
1 parent cf256fb commit 62fa7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:nightly

- name: Run cli help
run: |
docker run --rm ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:nightly --help

0 comments on commit 62fa7f8

Please sign in to comment.