Skip to content

Commit

Permalink
docs(docker): document build, test as part of the image release process
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 15, 2024
1 parent 4ea5aea commit 3c35017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docker/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ pnpm i
./src/docker/build.sh --with-debug --multiarch
# DockerHub credential environmental variables must be set
./src/docker/push.sh
pnpm build && pnpm test
git add -- packages/core/typescript/itk-wasm/src/cli/default-image-tag.js
git commit -m "feat(itk-wasm-cli): Update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
```

0 comments on commit 3c35017

Please sign in to comment.