Skip to content

Commit 939715d

Browse files
dynamically populate image
1 parent 06bdc02 commit 939715d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
linux_arch: [arm64v8]
123-
node: [18.0.0]
123+
node: [18.x]
124124
fail-fast: false
125125
steps:
126126
- uses: actions/checkout@v4
@@ -145,7 +145,7 @@ jobs:
145145
run: |
146146
echo "Docker version: $(docker --version)"
147147
docker buildx create --name builder --bootstrap --use
148-
docker image pull arm64v8/node:18.0.0-alpine
148+
docker image pull arm64v8/node:${ steps.get_nodejs_version.outputs.version }-alpine
149149
echo '---------'
150150
docker --debug buildx build --progress=plain --no-cache \
151151
--platform linux/${{ matrix.linux_arch }} \

0 commit comments

Comments
 (0)