Create dockerimage.yml

reviewable/pr2854/r1
Lauri Ojansivu 6 years ago committed by GitHub
parent d8474056d2
commit 8670561f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .github/workflows/dockerimage.yml

@ -0,0 +1,17 @@
name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag wekan:$(date +%s)
Loading…
Cancel
Save