Skip to content

Commit

Permalink
ci/gha/docker-image: run smoke tests non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 24, 2024
1 parent 1c7a910 commit a8baddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: make docker-cuda DOCKER_TAG=${{ env.DOCKER_TAG }}-cuda DOCKER_BASE_IMAGE=${{ env.DOCKER_TAG }}
- name: Smoke Test that ocrd --help works
run: |
docker run --rm -it {{ env.DOCKER_TAG }} ocrd --version
docker run --rm -it {{ env.DOCKER_TAG }}-cuda ocrd --version
docker run --rm {{ env.DOCKER_TAG }} ocrd --version
docker run --rm {{ env.DOCKER_TAG }}-cuda ocrd --version
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit a8baddb

Please sign in to comment.