Skip to content

Commit e4587e7

Browse files
committed
feat: update publish script
1 parent fe7464d commit e4587e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VERSION="$1"
55

66
echo "Publishing Docker images with version $VERSION"
77

8-
for VARIANT in tiny micro full; do
8+
for VARIANT in tiny micro; do
99
BASE_IMAGE="ghcr.io/ql4b/lambda-shell-runtime"
1010
TAG="$VERSION-$VARIANT"
1111
docker tag lambda-shell-runtime:$VARIANT "$BASE_IMAGE:$TAG"

0 commit comments

Comments
 (0)