Skip to content

Commit 6c6d374

Browse files
committed
removed dedup version
1 parent 36f0d33 commit 6c6d374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-appsync-utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
14-
TEST_IMAGE_NAME: public.ecr.aws/lambda/nodejs:22
14+
NODEJS_IMAGE_NAME: public.ecr.aws/lambda/nodejs
1515
NODE_VERSION: 22
1616

1717
jobs:
@@ -34,7 +34,7 @@ jobs:
3434
node-version: ${{ env.NODE_VERSION }}
3535

3636
- name: Pull test docker image
37-
run: docker pull $TEST_IMAGE_NAME
37+
run: docker pull ${{ env.NODEJS_IMAGE_NAME }}:${{ env.NODE_VERSION }}
3838

3939
- name: Install dependencies
4040
run: npm ci

0 commit comments

Comments
 (0)