Skip to content

Commit

Permalink
Add quotes back
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp committed Jan 2, 2024
1 parent b38e9d4 commit 7e1e86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
BASE_IMAGE="${{ matrix.base_image_name }}:${{ matrix.base_image_tag }}"
BASE_IMAGE=${{ matrix.base_image_name }}:${{ matrix.base_image_tag }}
VCS_REF=${{ github.sha }}
ROS_DISTRO=none
tags: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
BASE_IMAGE="${{ matrix.base_image_name }}:${{ matrix.base_image_tag }}"
BASE_IMAGE=${{ matrix.base_image_name }}:${{ matrix.base_image_tag }}
EXTRA_APT_PACKAGES=ros-${{ matrix.ros_distro }}-${{ matrix.ros_variant }},${{ matrix.rmw_implementations }}
VCS_REF=${{ github.sha }}
ROS_DISTRO=${{ matrix.ros_distro }}
Expand Down

0 comments on commit 7e1e86e

Please sign in to comment.