Skip to content

Commit

Permalink
set docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Oct 28, 2024
1 parent 0bd54de commit 9092235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ push:
docker push ghcr.io/blocklessnetwork/${IMAGE_NAME}:${IMAGE_TAG_VERSION}

extract_wasi:
docker run --name tmp.container.${IMAGE_NAME} ghcr.io/blocklessnetwork/${IMAGE_NAME} ls &>1 || echo 1
docker run --name tmp.container.${IMAGE_NAME} ghcr.io/blocklessnetwork/${IMAGE_NAME}:${IMAGE_TAG_VERSION} ls || echo 1
docker ps -a
docker cp tmp.container.${IMAGE_NAME}:/whisper.wasm .

0 comments on commit 9092235

Please sign in to comment.