Skip to content

Commit 41f19db

Browse files
committed
Add registry argument back now that using newer buildah
Signed-off-by: Shane Loretz <[email protected]>
1 parent f1d604c commit 41f19db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-packages-build-and-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: |
6161
./scripts/build_images.py \
6262
--rosdistro "${{ inputs.ros_distro }}" \
63+
--registry "${{ inputs.image_registry }}" \
6364
--name "${{ inputs.image_name }}" \
6465
--dry-run
6566
@@ -68,6 +69,7 @@ jobs:
6869
run: |
6970
manifests=$(./scripts/build_images.py \
7071
--rosdistro "${{ inputs.ros_distro }}" \
72+
--registry "${{ inputs.image_registry }}" \
7173
--name "${{ inputs.image_name }}" \
7274
--dry-run | grep MANIFEST | awk '{print $2}' | sort | uniq | tr '\n' ' ')
7375
echo "manifests=${manifests}" >> "${GITHUB_OUTPUT}"
@@ -76,6 +78,7 @@ jobs:
7678
run: |
7779
./scripts/build_images.py \
7880
--rosdistro "${{ inputs.ros_distro }}" \
81+
--registry "${{ inputs.image_registry }}" \
7982
--name "${{ inputs.image_name }}"
8083
8184
- name: Push to Github Packages

0 commit comments

Comments
 (0)