Skip to content

Commit

Permalink
Use osrf/space-ros:main image for base in CI (issue #161)
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Oct 1, 2024
1 parent 526959f commit a279715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache-to: type=gha,mode=max
no-cache: false
build-args: |
SPACE_ROS_IMAGE=ghcr.io/space-ros/space-ros:main
SPACE_ROS_IMAGE=osrf/space-ros:main
outputs: type=docker,dest=/tmp/moveit2.tar
- name: Build space robots demo image
run: |
Expand All @@ -63,3 +63,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: false
build-args: |
SPACE_ROS_IMAGE=osrf/space-ros:main

0 comments on commit a279715

Please sign in to comment.