Skip to content

Commit

Permalink
Use "test" command to self test docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 12, 2024
1 parent d1811a7 commit 011ae5b
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 @@ -77,9 +77,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Test Docker image
- name: Self-test Docker image
run: |
docker run --rm ${{ env.TEST_IMAGE }} info
docker run --rm ${{ env.TEST_IMAGE }} test
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 011ae5b

Please sign in to comment.