|
69 | 69 | IMAGE=ghcr.io/ql4b/lambda-shell-runtime |
70 | 70 |
|
71 | 71 | docker buildx build --builder shell-runtime-builder --platform linux/arm64 \ |
72 | | - --build-arg HTTP_CLI_VERSION=$VERSION \ |
| 72 | + --build-arg VERSION="$VERSION" \ |
| 73 | + --build-arg HTTP_CLI_VERSION="$HTTP_CLI_VERSION" \ |
73 | 74 | --output type=registry --progress=plain \ |
74 | 75 | --secret id=github_token,src=github_token \ |
75 | 76 | --cache-from type=local,src=/tmp/.buildx-cache \ |
|
79 | 80 | --target base . |
80 | 81 |
|
81 | 82 | docker buildx build --builder shell-runtime-builder --platform linux/arm64 \ |
82 | | - --build-arg HTTP_CLI_VERSION=$VERSION \ |
| 83 | + --build-arg VERSION="$VERSION" \ |
| 84 | + --build-arg HTTP_CLI_VERSION="$HTTP_CLI_VERSION" \ |
83 | 85 | --output type=registry --progress=plain \ |
84 | 86 | --secret id=github_token,src=github_token \ |
85 | 87 | --cache-from type=local,src=/tmp/.buildx-cache \ |
|
89 | 91 | --target tiny . |
90 | 92 |
|
91 | 93 | docker buildx build --builder shell-runtime-builder --platform linux/arm64 \ |
92 | | - --build-arg HTTP_CLI_VERSION=$VERSION \ |
| 94 | + --build-arg VERSION="$VERSION" \ |
| 95 | + --build-arg HTTP_CLI_VERSION="$HTTP_CLI_VERSION" \ |
93 | 96 | --output type=registry --progress=plain \ |
94 | 97 | --secret id=github_token,src=github_token \ |
95 | 98 | --cache-from type=local,src=/tmp/.buildx-cache \ |
|
99 | 102 | --target micro . |
100 | 103 |
|
101 | 104 | docker buildx build --builder shell-runtime-builder --platform linux/arm64 \ |
102 | | - --build-arg HTTP_CLI_VERSION=$VERSION \ |
| 105 | + --build-arg VERSION="$VERSION" \ |
| 106 | + --build-arg HTTP_CLI_VERSION="$HTTP_CLI_VERSION" \ |
103 | 107 | --output type=registry --progress=plain \ |
104 | 108 | --secret id=github_token,src=github_token \ |
105 | 109 | --cache-from type=local,src=/tmp/.buildx-cache \ |
|
0 commit comments