We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba25b2e commit 3236bdeCopy full SHA for 3236bde
src/docker/RELEASE.md
@@ -13,9 +13,9 @@ pixi run build-docker-images --with-debug
13
export OCI_EXE=docker
14
pixi run build-docker-images --with-debug
15
# requires manifest-tool, see https://github.com/estesp/manifest-tool/releases/
16
-./src/docker/push.sh --push-manifest
+./src/docker/push.sh --push-manifest && ./src/docker/pull.sh
17
18
-pnpm build && pnpm test
+pnpm clean && pnpm install && pnpm build && pnpm test
19
20
git add -- packages/core/typescript/itk-wasm/src/cli/default-image-tag.js
21
git commit -m "feat(itk-wasm-cli): Update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
0 commit comments