mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Create dockerimage.yml
This commit is contained in:
parent
d8474056d2
commit
8670561f78
1 changed files with 17 additions and 0 deletions
17
.github/workflows/dockerimage.yml
vendored
Normal file
17
.github/workflows/dockerimage.yml
vendored
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue