Skip to content

Commit 8f54a61

Browse files
Use our own image for pre-commit
1 parent eabe58c commit 8f54a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
pre-commit:
1515
runs-on: ubuntu-latest
16-
container: ros:${{ inputs.ros_distro }}
16+
container: ghcr.io/ros-controls/ros:${{ inputs.ros_distro }}-ubuntu
1717
env:
1818
# this will be src/{repo-owner}/{repo-name}
1919
path: src/${{ github.repository }}

0 commit comments

Comments
 (0)