Files
rengine/.github/workflows/docker-image.yml
T
2020-07-08 01:49:41 +05:30

17 lines
309 B
YAML

name: reNgine CI test
on:
push:
branches: [ master, stable ]
pull_request:
branches: [ master, stable ]
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)