From 3b23e40d90aa8c86dccc559f9842c4d8dc2541e4 Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Fri, 29 May 2026 22:41:57 -0700 Subject: [PATCH] Update Docker build context and file path in workflow --- .github/workflows/tarkov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tarkov.yml b/.github/workflows/tarkov.yml index 50c8af6..121e1ad 100644 --- a/.github/workflows/tarkov.yml +++ b/.github/workflows/tarkov.yml @@ -38,8 +38,8 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN || secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v6 with: - context: ./dotnet - file: ./dotnet/${{ matrix.tag }}/Dockerfile + context: ./tarkov + file: ./tarkov/${{ matrix.tag }}/Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: |