Skip to content

Commit

Permalink
Update meta-files to "main" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 30, 2023
1 parent 7bec559 commit 5dce1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ARG WS_DIR=/home/$USERNAME/ros_ws
WORKDIR ${WS_DIR}/src

ARG ARENA_CAMERA_ROS2_REPO=https://github.com/apl-ocean-engineering/arena_camera_ros2.git
ARG ARENA_CAMERA_ROS2_BRANCH=master
ARG ARENA_CAMERA_ROS2_BRANCH=main
RUN echo "Cloning from ${ARENA_CAMERA_ROS2_BRANCH} branch ${ARENA_CAMERA_ROS2_REPO}"

# This will break cache when the repo changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Docker Images

on:
push:
branches: [ master]
branches: [main]
workflow_dispatch:
pull_request:
paths:
Expand Down

0 comments on commit 5dce1a5

Please sign in to comment.