Compare commits

..

No commits in common. "4c376f8375dd2deb191227db272570bc347c9793" and "9d8509731f837d0bb6ebcb050ca2e482328f8ded" have entirely different histories.

2 changed files with 4 additions and 11 deletions

View File

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

View File

@ -5,14 +5,9 @@ on:
branches:
- main
paths:
- frontend/package.json
- frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
- package.json
- bun.lockb
pull_request:
paths:
- frontend/package.json
- frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
jobs:
build:
@ -37,7 +32,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: frontend
context: .gitea/bunPipeline
file: .gitea/bunPipeline/Dockerfile
push: true
tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo