aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:47:06 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:47:06 +0100
commited9026de202ab1cbf806c59e53503f92fae623a6 (patch)
tree06d1631658c3356b002647447d4cbb3483593b6b
parentUse one cache target per build (diff)
Specify correct dockerfile
-rw-r--r--.github/workflows/lint-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 8056c7d..444bba2 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -123,7 +123,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
- file: ./docker/base.Dockerfile
+ file: ./docker/Dockerfile
target: base
push: true
cache-from: |
@@ -136,7 +136,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
- file: ./docker/base.Dockerfile
+ file: ./docker/Dockerfile
target: venv
push: true
cache-from: |