build: update Dockerfile and workflow context path
Some checks failed
Build Docker Image / build (pull_request) Successful in 51s
CI / eslint (pull_request) Has been cancelled
CI / prettier (pull_request) Has been cancelled
CI / test-build (pull_request) Has been cancelled
CI / Checkstyle Main (pull_request) Has been cancelled

This commit is contained in:
We ball 2025-02-19 10:33:12 +01:00
parent 3433641025
commit 4c376f8375
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,3 @@
from imbios/bun-node from imbios/bun-node
COPY . .

View File

@ -37,7 +37,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: .gitea/bunPipeline context: frontend
file: .gitea/bunPipeline/Dockerfile file: .gitea/bunPipeline/Dockerfile
push: true push: true
tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo