Skip to content

Commit 56ae3de

Browse files
asf
1 parent 6fdb357 commit 56ae3de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
-f ./.github/docker/Dockerfile.musl \
126126
-t $ARCH-alpine-lib-base-node-$NODE_VERSION \
127127
.
128+
docker load --input alpine-node-base
128129
129130
- id: upload-base-image
130131
name: Upload base image
@@ -138,7 +139,6 @@ jobs:
138139

139140
- name: Build libmongocrypt
140141
run: |
141-
docker load --input alpine-node-base
142142
ARCH=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}
143143
NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}
144144
TAG=$ARCH-alpine-libmongocrypt-base-node-$NODE_VERSION
@@ -150,7 +150,8 @@ jobs:
150150
-f ./.github/docker/AddLibmongocrypt.musl \
151151
-t $ARCH-alpine-libmongocrypt-node-$NODE_VERSION \
152152
.
153-
153+
docker load --input alpine-libmongocrypt-base
154+
154155
- id: upload-image-with-libmongocrypt
155156
name: Upload libmongocrypt
156157
uses: actions/upload-artifact@v4
@@ -163,7 +164,6 @@ jobs:
163164

164165
- name: Build Prebuilds
165166
run: |
166-
docker load --input alpine-libmongocrypt-base
167167
ARCH=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}
168168
NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}
169169
TAG=$ARCH-alpine-prebuilds-base-node-$NODE_VERSION

0 commit comments

Comments
 (0)