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:
parent
923fb069e2
commit
add366c0bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue