Skip to content

Update

Update #18

Workflow file for this run

name: docker image build
on:
push:
paths-ignore:
- LICENSE
- setup.bash
- README.md
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Clone this repository
run: |
cd ~/
git clone -b mugimaru-2024 https://github.com/CIT-Autonomous-Robot-Lab/mugimaru-docker.git
- name: Clone requirements packages and build image
run: |
sed -i "s;[email protected]:;https://github.com/;" install_packages.bash
./install_packages.bash
- name: Docker image build
run: |
./build.sh