Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Sep 23, 2024
1 parent db05e5e commit 37b88ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Build the docker image locally to enable testing
# updates to the templates. This workflow does not
# push new images to dockerhub at all, hence why we
# don't prefix this like openjournals/inara:<tag>
- name: Build docker
run: |
docker build -t inara:edgiest .
Expand Down

0 comments on commit 37b88ae

Please sign in to comment.