Compare commits

...

2 Commits

Author SHA1 Message Date
4c376f8375
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
2025-02-19 10:33:12 +01:00
3433641025
ci: update paths in bun.yml for build triggers 2025-02-19 10:30:05 +01:00
2 changed files with 11 additions and 4 deletions

View File

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

View File

@ -5,9 +5,14 @@ on:
branches: branches:
- main - main
paths: paths:
- package.json - frontend/package.json
- bun.lockb - frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
pull_request: pull_request:
paths:
- frontend/package.json
- frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
jobs: jobs:
build: build:
@ -32,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