From 65eccda4152c6a36ee281ee03b77c58841258728 Mon Sep 17 00:00:00 2001 From: MikeWrock Date: Thu, 14 Jul 2022 14:52:55 -0700 Subject: [PATCH] fixed syntax --- .github/workflows/docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 3dcd48d44b..2b52ecc6db 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -17,7 +17,7 @@ jobs: GH_IMAGE: ghcr.io/ros-planning/moveit2_tutorials:${{ matrix.ROS_DISTRO }} DH_IMAGE: moveit/moveit2_tutorials:${{ matrix.ROS_DISTRO }} PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning/moveit2_tutorials') }} - BASE_IMAGE_BRANCH: + BASE_IMAGE_BRANCH: steps: - name: Add -PR- to base image if this is a PR