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 6b7f637 commit efca598
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
IMAGE_NAME=bls-whisper.wasi
include ./inc.mk

all: build

Expand All @@ -10,7 +11,9 @@ download:
./models/download-ggml-model.sh base.en

push:
docker build ghcr.io/blocklessnetwork/${IMAGE_NAME}
docker push ghcr.io/blocklessnetwork/${IMAGE_NAME}
docker tag ghcr.io/blocklessnetwork/${IMAGE_NAME} ghcr.io/blocklessnetwork/${IMAGE_NAME}:${IMAGE_TAG_VERSION}
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 > /dev/null
Expand Down

0 comments on commit efca598

Please sign in to comment.