From 81f0cc7c168cb4ec29caa69484463ddaeabfe256 Mon Sep 17 00:00:00 2001 From: Rouven Himmelstein Date: Wed, 24 Jan 2024 12:49:16 +0100 Subject: [PATCH] fix(pipeline): wrong Containerfile locatino --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3643f94..d50bd15 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -56,7 +56,7 @@ jobs: tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} platforms: linux/amd64 context: container-data - file: ./Containerfile + file: Containerfile load: true push: false @@ -83,7 +83,7 @@ jobs: tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} platforms: linux/amd64 context: container-data - file: ./Containerfile + file: Containerfile load: false push: true