From 4c376f8375dd2deb191227db272570bc347c9793 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 10:33:12 +0100 Subject: [PATCH] build: update Dockerfile and workflow context path --- .gitea/bunPipeline/Dockerfile | 4 +++- .gitea/workflows/bun.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/bunPipeline/Dockerfile b/.gitea/bunPipeline/Dockerfile index acf3944..038ace8 100644 --- a/.gitea/bunPipeline/Dockerfile +++ b/.gitea/bunPipeline/Dockerfile @@ -1 +1,3 @@ -from imbios/bun-node \ No newline at end of file +from imbios/bun-node + +COPY . . diff --git a/.gitea/workflows/bun.yml b/.gitea/workflows/bun.yml index 066b7d9..1b07240 100644 --- a/.gitea/workflows/bun.yml +++ b/.gitea/workflows/bun.yml @@ -37,7 +37,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: .gitea/bunPipeline + context: frontend file: .gitea/bunPipeline/Dockerfile push: true tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo