Fix the docker CI

Github Actions doesn't like specifying the dockerfile through the symlink of it's own creation
This commit is contained in:
Marc Di Luzio 2020-05-29 18:22:11 +01:00
parent 923fb069e2
commit add366c0bd

View file

@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag rove:$(date +%s)
run: docker build . --tag rove:$(date +%s)