-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jazzy): correct backward_ros tag and release rc2 (#115)
* fix: switch to jazzy and avoid docker warnings * fix: version of backward_ros * release: rc2
- Loading branch information
Showing
5 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,8 +86,13 @@ jobs: | |
BUILD_FLAGS+=(--build-arg BASE_TAG=${BASE_TAG}) | ||
VERSION_TAG="v${{ needs.check-version.outputs.version }}" | ||
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}","${ROS_DISTRO}" | ||
GIT_TAG="${VERSION_TAG}-${{ inputs.ros_distro}}" | ||
if [[ "${VERSION_TAG}" == *"-"* ]]; then | ||
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}" | ||
GIT_TAG="" | ||
else | ||
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}","${ROS_DISTRO}" | ||
GIT_TAG="${VERSION_TAG}-${{ inputs.ros_distro}}" | ||
fi | ||
BUILD_FLAGS+=(--build-arg VERSION=${GIT_TAG}) | ||
echo "::debug::Using base image tag ${BASE_TAG}" | ||
|
@@ -147,6 +152,7 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Create git tag | ||
if: ${{ needs.metadata.outputs.git_tag }} != "" | ||
uses: aica-technology/.github/.github/actions/[email protected] | ||
with: | ||
tag: ${{ needs.metadata.outputs.git_tag }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.1 | ||
2.0.0-rc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters