From 987defaafb2c2a1e147dfbfb5c58da1900c4452d Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 29 Mar 2025 22:56:21 +1100 Subject: [PATCH] fix: update container path --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6d3df47..fb39bfb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -195,7 +195,7 @@ jobs: run: ls -R . shell: bash - name: Test bindings - run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/lts/node:${{ matrix.node }}-slim yarn test + run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/docker/library/node:${{ matrix.node }}-slim yarn test test-linux-x64-musl-binding: name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }} needs: @@ -227,7 +227,7 @@ jobs: run: ls -R . shell: bash - name: Test bindings - run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/lts/node:${{ matrix.node }}-alpine yarn test + run: docker run --rm -v $(pwd):/build -w /build public.ecr.aws/docker/library/node:${{ matrix.node }}-alpine yarn test test-linux-aarch64-gnu-binding: name: Test bindings on aarch64-unknown-linux-gnu - node@${{ matrix.node }} needs: @@ -262,7 +262,7 @@ jobs: - name: Setup and run tests uses: addnab/docker-run-action@v3 with: - image: public.ecr.aws/lts/node:${{ matrix.node }}-slim + image: public.ecr.aws/docker/library/node:${{ matrix.node }}-slim options: "--platform linux/arm64 -v ${{ github.workspace }}:/build -w /build" run: | set -e @@ -334,7 +334,7 @@ jobs: - name: Setup and run tests uses: addnab/docker-run-action@v3 with: - image: public.ecr.aws/lts/node:${{ matrix.node }}-bullseye-slim + image: public.ecr.aws/docker/library/node:${{ matrix.node }}-bullseye-slim options: "--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build" run: | set -e