Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jul 30, 2024
1 parent d31649b commit 5ab0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
IMAGE_TAGS="${VERSION_TAG},${VERSION_TAG}-${ROS_DISTRO}","${ROS_DISTRO}"
GIT_TAG=${VERSION_TAG}-${ROS_DISTRO}"
fi
BUILD_FLAGS+=(--build-arg VERSION=${VERSION_TAG}-${ROS_DISTRO}")
BUILD_FLAGS+=(--build-arg VERSION=${VERSION_TAG}-${ROS_DISTRO})
echo "::debug::Using base image tag ${BASE_TAG}"
echo "Build flags: ${BUILD_FLAGS[@]}"
Expand Down

0 comments on commit 5ab0043

Please sign in to comment.