aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: |