Skip to content

add docker.yml to test continuous integration of Dockerfile #1

add docker.yml to test continuous integration of Dockerfile

add docker.yml to test continuous integration of Dockerfile #1

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker image build -< ./docker/conman/Dockerfile --tag conman-ci:$(date +%s)