mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 15:27:43 +02:00
17 lines
310 B
YAML
17 lines
310 B
YAML
name: reNgine CI test
|
|
|
|
on:
|
|
push:
|
|
branches: [stable, dev ]
|
|
pull_request:
|
|
branches: [ master, stable, dev ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Build the Docker image
|
|
run: docker build . --file Dockerfile --tag rengine:$(date +%s)
|