Skip to content

Commit

Permalink
PATCH - Fix wrong name of docker image when getting package version i…
Browse files Browse the repository at this point in the history
…n CICD (#73)
  • Loading branch information
CharlesGaydon authored Oct 20, 2022
1 parent cc49e46 commit a969533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Get version number
id: tag
run: |
echo "::set-output name=version::$(docker run myria3d grep '__version__' package_metadata.yaml| cut -d\" -f2)"
echo "::set-output name=version::$(docker run lidar_prod grep '__version__' package_metadata.yaml| cut -d\" -f2)"
echo "::set-output name=date::$(date '+%Y.%m.%d')"
# show possible tags, for debugging purpose
Expand Down

0 comments on commit a969533

Please sign in to comment.