Skip to content

Commit

Permalink
Create CI for controller build
Browse files Browse the repository at this point in the history
  • Loading branch information
NE4Y authored Feb 8, 2024
1 parent af3113b commit 7c0f3a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Controller CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Controller CI
run: docker build .

0 comments on commit 7c0f3a0

Please sign in to comment.