25
25
packages : write
26
26
contents : read
27
27
env :
28
- GH_IMAGE : ghcr.io/ros-planning /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
28
+ GH_IMAGE : ghcr.io/moveit /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
29
29
DH_IMAGE : moveit/moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
30
- PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning /moveit2') }}
30
+ PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'moveit /moveit2') }}
31
31
32
32
steps :
33
33
- uses : rhaschke/docker-run-action@v5
78
78
packages : write
79
79
contents : read
80
80
env :
81
- GH_IMAGE : ghcr.io/ros-planning /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
81
+ GH_IMAGE : ghcr.io/moveit /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
82
82
DH_IMAGE : moveit/moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
83
- PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning /moveit2') }}
83
+ PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'moveit /moveit2') }}
84
84
85
85
steps :
86
86
- uses : rhaschke/docker-run-action@v5
@@ -134,9 +134,9 @@ jobs:
134
134
packages : write
135
135
contents : read
136
136
env :
137
- GH_IMAGE : ghcr.io/ros-planning /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
137
+ GH_IMAGE : ghcr.io/moveit /moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
138
138
DH_IMAGE : moveit/moveit2:${{ matrix.ROS_DISTRO }}-${{ github.job }}
139
- PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning /moveit2') }}
139
+ PUSH : ${{ (github.event_name != 'pull_request') && (github.repository == 'moveit /moveit2') }}
140
140
141
141
steps :
142
142
- uses : actions/checkout@v4
@@ -177,7 +177,7 @@ jobs:
177
177
- source
178
178
steps :
179
179
- name : Delete Untagged Images
180
- if : (github.event_name != 'pull_request') && (github.repository == 'ros-planning /moveit2')
180
+ if : (github.event_name != 'pull_request') && (github.repository == 'moveit /moveit2')
181
181
uses : actions/github-script@v7
182
182
with :
183
183
github-token : ${{ secrets.DELETE_PACKAGES_TOKEN }}
@@ -193,6 +193,6 @@ jobs:
193
193
}
194
194
}
195
195
env :
196
- OWNER : ros-planning
196
+ OWNER : moveit
197
197
PACKAGE_NAME : moveit2
198
198
PER_PAGE : 100
0 commit comments