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 from imbios/bun-node
COPY . .

View File

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