From 3ed67635aec4f25f123fb9ddb0dd4162c89c6463 Mon Sep 17 00:00:00 2001 From: ymski Date: Tue, 9 Jul 2024 10:42:10 +0900 Subject: [PATCH] chore: update docker image (#194) Signed-off-by: ymski <114902604+ymski@users.noreply.github.com> --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1967028..ebd3dff 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -6,7 +6,7 @@ on: jobs: pytest: runs-on: ubuntu-latest - container: ghcr.io/autowarefoundation/autoware-openadk:latest-prebuilt + container: ghcr.io/autowarefoundation/autoware:latest-devel steps: - name: Check out repository uses: actions/checkout@v4