Skip to content

Commit

Permalink
Use image from ros-controls (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 24, 2024
1 parent f3ffb56 commit 207f496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/humble-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Debian Humble Build
on:
workflow_dispatch:
pull_request:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -12,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
ROS_DISTRO: humble
container: ghcr.io/christophfroehlich/ros:humble-debian
container: ghcr.io/ros-controls/ros:humble-debian
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
ROS_DISTRO: iron
container: ghcr.io/christophfroehlich/ros:iron-debian
container: ghcr.io/ros-controls/ros:iron-debian
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
ROS_DISTRO: rolling
container: ghcr.io/christophfroehlich/ros:rolling-debian
container: ghcr.io/ros-controls/ros:rolling-debian
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 207f496

Please sign in to comment.