Skip to content

Commit

Permalink
Merge pull request #410 from husarion/ros2-use-panther-codebase-versi…
Browse files Browse the repository at this point in the history
…on-arg

Add panther_codebase_version to docker image build payload
  • Loading branch information
JanBrzyk authored Sep 12, 2024
2 parents 54a27e1 + 52d9e8d commit 86a26f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
wait_interval: 10
client_payload: |
{
"panther_codebase_version": "${{ env.RC_BRANCH_NAME }}",
"build_type": "development",
"target_distro": "humble"
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
wait_interval: 10
client_payload: |
{
"panther_codebase_version": "${{ github.event.inputs.version }}",
"build_type": "development",
"target_distro": "humble"
}
Expand Down

0 comments on commit 86a26f6

Please sign in to comment.