Skip to content

Commit 2eac578

Browse files
committed
back to dockerhub
1 parent 28292a7 commit 2eac578

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debian-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: [determine-distros]
6161
if: always() && (needs.check-tests.result == 'success' || needs.check-tests.result == 'skipped')
62-
container: ghcr.io/ros/ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
62+
container: ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
6363

6464
strategy:
6565
fail-fast: false

.github/workflows/ros-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
name: Test ROS2 ${{ matrix.ros_distro }}
1616
runs-on: ubuntu-latest
17-
container: ghcr.io/ros/ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
17+
container: ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
1818

1919
strategy:
2020
fail-fast: false

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Smoke test ROS2 ${{ matrix.ros_distro }}
4141
runs-on: ubuntu-latest
4242
needs: [determine-distros]
43-
container: ghcr.io/ros/ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
43+
container: ros:${{ matrix.ros_distro }}-ros-base-${{ matrix.ubuntu_distro }}
4444

4545
strategy:
4646
fail-fast: false

0 commit comments

Comments
 (0)