Compare commits
2 Commits
9d8509731f
...
4c376f8375
Author | SHA1 | Date | |
---|---|---|---|
4c376f8375 | |||
3433641025 |
@ -1 +1,3 @@
|
|||||||
from imbios/bun-node
|
from imbios/bun-node
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user