Skip to content

Commit

Permalink
Update tesseract tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 7, 2022
1 parent bb0a218 commit bfaa84c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bionic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: bionic
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.9
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.10
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: focal
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.9
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.10
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: focal
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.9
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.10
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
PREFIX: ${{ github.repository }}_
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
env:
OS_NAME: ubuntu
OS_CODE_NAME: focal
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.9
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.10
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
ROS_REPO: main
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- {CI_NAME: Bionic-Build-Nightly,
OS_CODE_NAME: bionic,
ROS_DISTRO: melodic,
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:melodic-0.9",
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:melodic-0.10",
CCACHE_DIR: "${{ github.workspace }}/Bionic-Build-Nightly/.ccache"}
- {CI_NAME: Focal-Build-Nightly,
OS_CODE_NAME: focal,
ROS_DISTRO: noetic,
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:noetic-0.9",
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:noetic-0.10",
CCACHE_DIR: "${{ github.workspace }}/Focal-Build-Nightly/.ccache"}

steps:
Expand Down
2 changes: 1 addition & 1 deletion dependencies_unstable.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: master
- git:
local-name: trajopt
uri: https://github.com/ros-industrial-consortium/trajopt_ros.git
uri: https://github.com/tesseract-robotics/trajopt.git
version: master
- git:
local-name: descartes_light
Expand Down

0 comments on commit bfaa84c

Please sign in to comment.