Skip to content

[CI, DOCS] update CI and README.md with build passing icon #1

[CI, DOCS] update CI and README.md with build passing icon

[CI, DOCS] update CI and README.md with build passing icon #1

Workflow file for this run

name: build
on:
push:
branches: [ 'master' ]
jobs:
build-focal:
runs-on: ubuntu-20.04
steps:
- name: Checkout TrackDLO repository
uses: actions/checkout@v3
- name: Build, test, push base docker (Ubuntu 20.04)
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..
build-jammy:
runs-on: ubuntu-22.04
steps:
- name: Checkout TrackDLO repository
uses: actions/checkout@v3
- name: Build, test, push base docker (Ubuntu 20.04)
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..