Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Jun 9, 2024
1 parent 967fa7f commit b982487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-opengl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ matrix.push_tag }}
build-args: |
BASE_IMAGE=ros:${{ matrix.base_image }}
BASE_IMAGE=${{ matrix.base_image }}
BRANCH=${{ env.BRANCH }}
ROS_DISTRO=${{ matrix.ros_distro }}

0 comments on commit b982487

Please sign in to comment.