From 20d67373cffad33835c5094ae0beb7370729ad1c Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Sun, 1 Dec 2024 16:11:08 -0600 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 39286c6..7a7a4f0 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -46,7 +46,7 @@ jobs: matrix: distro: [focal, jammy, noble] container: - image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-${{ needs.get-tag.outputs.major }}.${{ needs.get-tag.outputs.minor } + image: ghcr.io/tesseract-robotics/tesseract_planning:${{ matrix.distro }}-${{ needs.get-tag.outputs.major }}.${{ needs.get-tag.outputs.minor }} env: CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.distro }}/.ccache" DEBIAN_FRONTEND: noninteractive