mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:16:59 +00:00
chore: map custom docker file and copy gui build
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
1
.github/workflows/release-timely-docker.yml
vendored
1
.github/workflows/release-timely-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user