build: update Dockerfile and workflow context path

This commit is contained in:
Jan Gleytenhoover 2025-02-19 10:33:12 +01:00
parent 3433641025
commit 4c376f8375
Signed by: jank
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