From f6fcc47d04b262364200babf0ec2a7f0492044bf Mon Sep 17 00:00:00 2001 From: Tyler Marr Date: Mon, 15 Apr 2024 17:00:21 -0500 Subject: [PATCH] Fixed typo pointing to wrong output --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4728775e..8624be84 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -61,7 +61,7 @@ jobs: - name: Set TAG environment variable based on metadata output run: | # All prior tesseract packages are on an OS level, being a ROS package, this is on a ROS distro level - TAG="${{ steps.meta.outputs.tags }}" + TAG="${{ steps.meta.outputs.version }}" # Replace all occurrences of matrix.distro with matrix.os in the generated tags. e.g. humble->jammy TAG="${TAG//${{ matrix.distro }}/${{ matrix.os }}}" # Export TAG to the environment variable for use in subsequent steps