We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7464d commit e4587e7Copy full SHA for e4587e7
1 file changed
scripts/publish
@@ -5,7 +5,7 @@ VERSION="$1"
5
6
echo "Publishing Docker images with version $VERSION"
7
8
-for VARIANT in tiny micro full; do
+for VARIANT in tiny micro; do
9
BASE_IMAGE="ghcr.io/ql4b/lambda-shell-runtime"
10
TAG="$VERSION-$VARIANT"
11
docker tag lambda-shell-runtime:$VARIANT "$BASE_IMAGE:$TAG"
0 commit comments