From 6bb57f97a2f908bb2032d299e37acbec74b8b726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Tue, 2 Apr 2024 20:49:06 +0100 Subject: [PATCH] Path --- .github/workflows/imagebuild.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/imagebuild.yml b/.github/workflows/imagebuild.yml index fd305b8..cd2635a 100644 --- a/.github/workflows/imagebuild.yml +++ b/.github/workflows/imagebuild.yml @@ -51,8 +51,7 @@ jobs: - name: Build Dockerfile uses: docker/build-push-action@v5 with: - context: "{{defaultContext}}:dockerfiles" - file: ${{ context }}/${{ matrix.docker_image_name }} + context: ./dockerfiles push: false tags: ${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ matrix.proj_version }}-rust-${{ matrix.rust_version }} build-args: |