File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125
125
-f ./.github/docker/Dockerfile.musl \
126
126
-t $ARCH-alpine-lib-base-node-$NODE_VERSION \
127
127
.
128
+ docker load --input alpine-node-base
128
129
129
130
- id : upload-base-image
130
131
name : Upload base image
@@ -138,7 +139,6 @@ jobs:
138
139
139
140
- name : Build libmongocrypt
140
141
run : |
141
- docker load --input alpine-node-base
142
142
ARCH=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}
143
143
NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}
144
144
TAG=$ARCH-alpine-libmongocrypt-base-node-$NODE_VERSION
@@ -150,7 +150,8 @@ jobs:
150
150
-f ./.github/docker/AddLibmongocrypt.musl \
151
151
-t $ARCH-alpine-libmongocrypt-node-$NODE_VERSION \
152
152
.
153
-
153
+ docker load --input alpine-libmongocrypt-base
154
+
154
155
- id : upload-image-with-libmongocrypt
155
156
name : Upload libmongocrypt
156
157
uses : actions/upload-artifact@v4
@@ -163,7 +164,6 @@ jobs:
163
164
164
165
- name : Build Prebuilds
165
166
run : |
166
- docker load --input alpine-libmongocrypt-base
167
167
ARCH=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}
168
168
NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}
169
169
TAG=$ARCH-alpine-prebuilds-base-node-$NODE_VERSION
You can’t perform that action at this time.
0 commit comments