From add366c0bda1e9c359c581a3db0d6e5cf6a0f080 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 29 May 2020 18:22:11 +0100 Subject: [PATCH] Fix the docker CI Github Actions doesn't like specifying the dockerfile through the symlink of it's own creation --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1f2a34f..8e004d5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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)