From 984f5e557747b1f930805b35b98f14fbaaccddb8 Mon Sep 17 00:00:00 2001 From: Pavel Grancharov Date: Sun, 28 Jan 2024 01:15:18 +0200 Subject: [PATCH] Fix dockerfile path. --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e1f5f54..1fdb081 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -45,7 +45,7 @@ jobs: uses: docker/build-push-action@v5 id: build with: - context: ./application/Dockerfile + context: ./Dockerfile load: true - name: Scan image