Skip to content

feat(host-network): 🚀 enable host network on request #386

feat(host-network): 🚀 enable host network on request

feat(host-network): 🚀 enable host network on request #386

name: Build CI Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: make test
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKERHUB_USERNAME }}/robot-controller-manager-dev:GITHUB_SHA