Try github action push build
This commit is contained in:
10
.github/workflows/push.yml
vendored
Normal file
10
.github/workflows/push.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- run: docker build -t test .
|
Reference in New Issue
Block a user