Skip to content

Commit 3236bde

Browse files
committed
docs(docker): update docker image update process
1 parent ba25b2e commit 3236bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docker/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ pixi run build-docker-images --with-debug
1313
export OCI_EXE=docker
1414
pixi run build-docker-images --with-debug
1515
# requires manifest-tool, see https://github.com/estesp/manifest-tool/releases/
16-
./src/docker/push.sh --push-manifest
16+
./src/docker/push.sh --push-manifest && ./src/docker/pull.sh
1717
18-
pnpm build && pnpm test
18+
pnpm clean && pnpm install && pnpm build && pnpm test
1919
2020
git add -- packages/core/typescript/itk-wasm/src/cli/default-image-tag.js
2121
git commit -m "feat(itk-wasm-cli): Update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)