Skip to content

Commit 1b6647c

Browse files
asdf
1 parent 28ad932 commit 1b6647c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ jobs:
145145
run: |
146146
echo "Docker version: $(docker --version)"
147147
docker buildx create --name builder --bootstrap --use
148-
docker image pull arm64v8/node:${{ steps.get_nodejs_version.outputs.version }}-alpine
148+
IMAGE="arm64v8/node:${{ steps.get_nodejs_version.outputs.version }}-alpine"
149+
echo "Image: $IMGAE"
150+
docker image pull $IMAGE
149151
echo '---------'
150152
docker --debug buildx build --progress=plain --no-cache \
151153
--platform linux/${{ matrix.linux_arch }} \

0 commit comments

Comments
 (0)