From df21c591a15c3f35d188c6a483ccbac346aa54df Mon Sep 17 00:00:00 2001 From: k-taro56 <121674121+k-taro56@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:07:54 +0900 Subject: [PATCH] Update devcontainer image name --- .github/workflows/build-in-devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-in-devcontainer.yml b/.github/workflows/build-in-devcontainer.yml index dd85700..c4629b2 100644 --- a/.github/workflows/build-in-devcontainer.yml +++ b/.github/workflows/build-in-devcontainer.yml @@ -15,5 +15,5 @@ jobs: - name: Build uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}-devcontainer + imageName: ghcr.io/nid-roid/playwright-hands-on-devcontainer runCmd: pnpm build