git.fiddlerwoaroof.com
Browse code

chore: try to fix dockerimage.yml

Ed Langley authored on 30/08/2019 21:42:11
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@ jobs:
11 11
     steps:
12 12
     - uses: actions/checkout@v1
13 13
     - name: Build the Docker image
14
-      run: docker build . --file Dockerfile --tag cl-todo-backend:$(date +%s)
14
+      run: docker build . --file Dockerfile --tag cl-todo-backend:latest
15 15
     - name: build cl-todo-backend
16
-      run: docker run cl-todo-backend:$(date +%s) --eval "(ql:quickload :todo-backend)" --quit
16
+      run: docker run cl-todo-backend:latest --eval "(ql:quickload :todo-backend)" --quit
17 17