Skip to content

Commit

Permalink
Fixed typo pointing to wrong output
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Apr 15, 2024
1 parent 84c272d commit f6fcc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6fcc47

Please sign in to comment.