Skip to content

Commit

Permalink
Merge branch '2.2.0-20240227' of https://github.com/husarion/panther_ros
Browse files Browse the repository at this point in the history
 into ros2-devel
  • Loading branch information
KmakD committed Feb 28, 2025
2 parents c652310 + ee283b3 commit f5d04ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ jobs:
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
{
"dev_image": "true",
"image_tag": "${{ inputs.version }}"
}
3 changes: 3 additions & 0 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
release_name: ${{ inputs.release_name }}
automatic_mode: ${{ inputs.automatic_mode }}
prerelease: ${{ inputs.prerelease }}
secrets: inherit

build_docker:
name: Build Docker
Expand All @@ -57,6 +58,7 @@ jobs:
target_distro: humble
target_release: ${{ inputs.version }}
target_date: ${{ inputs.date }}
secrets: inherit

release_project:
name: Release project
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
ref: ${{ env.MAIN_BRANCH }}
client_payload: |
{
"dev_image": "false",
"image_tag": "${{ inputs.version }}"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/demo/compose.hardware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-common-config: &common-config

services:
husarion_ugv_ros:
image: husarion/husarion-ugv:humble-2.1.2-20241125
image: husarion/husarion-ugv:humble-2.2.0-20240227
container_name: husarion_ugv_ros
<<: *common-config
devices:
Expand Down
2 changes: 1 addition & 1 deletion docker/demo/compose.rviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ x-gpu-config:

services:
rviz:
image: husarion/husarion-ugv:humble-2.1.2-20241125
image: husarion/husarion-ugv:humble-2.2.0-20240227
container_name: rviz
<<:
- *common-config
Expand Down
2 changes: 1 addition & 1 deletion docker/demo/compose.simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ x-gpu-config: &gpu-config

services:
husarion_ugv_gazebo:
image: husarion/husarion-ugv-gazebo:humble-2.1.2-20241125
image: husarion/husarion-ugv-gazebo:humble-2.2.0-20240227
container_name: husarion_ugv_gazebo
<<:
- *common-config
Expand Down

0 comments on commit f5d04ae

Please sign in to comment.