git.fiddlerwoaroof.com
Browse code

Update dockerimage.yml

Ed Langley authored on 30/08/2019 07:41:45
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+name: Docker Image CI
2
+
3
+on: [push]
4
+
5
+jobs:
6
+
7
+  build:
8
+ 
9
+    runs-on: ubuntu-latest
10
+ 
11
+    steps:
12
+    - uses: actions/checkout@v1
13
+    - name: Build the Docker image
14
+      run: docker build . --file Dockerfile --tag cl-todo-backend:$(date +%s)