chore: map custom docker file and copy gui build

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-10-12 00:28:15 +05:30
parent 1e6d3d87fb
commit f32f85b3f2
3 changed files with 81 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ jobs:
uses: docker/build-push-action@v3.2.0
with:
context: ${{ env.working-directory }}
file: ${{ env.working-directory }}/Dockerfile.timely
build-args: NC_VERSION=${{ steps.get-docker-repository.outputs.DOCKER_BUILD_TAG }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=local,src=/tmp/.buildx-cache