Skip to content

build the 22.04 dockerfile in a new 20.04 action, later make a 22.04 … #2

build the 22.04 dockerfile in a new 20.04 action, later make a 22.04 …

build the 22.04 dockerfile in a new 20.04 action, later make a 22.04 … #2

name: Noetic 22.04 ROS CI Docker build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: git clone [email protected]:lucasw/screen_grab
uses: actions/checkout@v4
with:
path: catkin_ws/src/screen_grab
- name: docker build ubuntu 22.04
run: |
cd catkin_ws/src/screen_grab
docker build . -t ubuntu_2204