From 4f860bf823fccd3a4d4312353b97ee280c94cc82 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Mon, 30 Sep 2024 08:37:43 -0500 Subject: [PATCH] Update ubuntu.yml --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 12641f9..aaea39e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: matrix: distro: [focal, jammy, noble] container: - image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-0.25 + image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-${{ vars.TESSERACT_DOCKER_TAG }} env: CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.distro }}/.ccache" DEBIAN_FRONTEND: noninteractive