build: update Dockerfile and workflow context path
Some checks failed
Some checks failed
This commit is contained in:
parent
3433641025
commit
4c376f8375
@ -1 +1,3 @@
|
|||||||
from imbios/bun-node
|
from imbios/bun-node
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user