Skip to content

Commit 35c6e80

Browse files
Remove ""s
1 parent 2edccbe commit 35c6e80

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_and_publish_debian_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
tags: ghcr.io/${{ github.repository_owner }}/ros:${{ matrix.ros_distro }}-debian
5050
build-args: |
5151
ROS_DISTRO=${{ matrix.ros_distro }}
52-
SOURCE_PACKAGES="${{ matrix.source_packages }}"
52+
SOURCE_PACKAGES=${{ matrix.source_packages }}

.github/workflows/build_and_publish_rhel_docker.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23-
- ros_distro: 'humble'
24-
rhel_version: 'rhel8'
25-
- ros_distro: 'jazzy'
26-
rhel_version: 'rhel9'
27-
- ros_distro: 'kilted'
28-
rhel_version: 'rhel9'
29-
- ros_distro: 'rolling'
30-
rhel_version: 'rhel9'
23+
- ros_distro: humble
24+
rhel_version: rhel8
25+
- ros_distro: jazzy
26+
rhel_version: rhel9
27+
- ros_distro: kilted
28+
rhel_version: rhel9
29+
- ros_distro: rolling
30+
rhel_version: rhel9
3131
steps:
3232
- uses: actions/checkout@v5
3333
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)