Update Docker build context and file path in workflow

This commit is contained in:
Kyle Speight
2026-05-29 22:41:57 -07:00
committed by GitHub
parent f77c9dd227
commit 3b23e40d90
+2 -2
View File
@@ -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: |