File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 60
60
run : |
61
61
./scripts/build_images.py \
62
62
--rosdistro "${{ inputs.ros_distro }}" \
63
+ --registry "${{ inputs.image_registry }}" \
63
64
--name "${{ inputs.image_name }}" \
64
65
--dry-run
65
66
68
69
run : |
69
70
manifests=$(./scripts/build_images.py \
70
71
--rosdistro "${{ inputs.ros_distro }}" \
72
+ --registry "${{ inputs.image_registry }}" \
71
73
--name "${{ inputs.image_name }}" \
72
74
--dry-run | grep MANIFEST | awk '{print $2}' | sort | uniq | tr '\n' ' ')
73
75
echo "manifests=${manifests}" >> "${GITHUB_OUTPUT}"
76
78
run : |
77
79
./scripts/build_images.py \
78
80
--rosdistro "${{ inputs.ros_distro }}" \
81
+ --registry "${{ inputs.image_registry }}" \
79
82
--name "${{ inputs.image_name }}"
80
83
81
84
- name : Push to Github Packages
You can’t perform that action at this time.
0 commit comments