Skip to content

Commit

Permalink
Fixed Docker image check on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 3, 2022
1 parent 713bf41 commit d616b42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -91,7 +91,9 @@ jobs:
ghcr.io/${{ github.event.repository.full_name }}:${{ github.event.release.tag_name }}
- name: Check Docker image
run:
working-directory: /tmp
run: |
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }} new .
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }} build
- name: Publish Docker image
Expand Down

0 comments on commit d616b42

Please sign in to comment.