build: update Dockerfile and workflow context path
This commit is contained in:
parent
3433641025
commit
4c376f8375
2 changed files with 4 additions and 2 deletions
|
@ -1 +1,3 @@
|
|||
from imbios/bun-node
|
||||
from imbios/bun-node
|
||||
|
||||
COPY . .
|
||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .gitea/bunPipeline
|
||||
context: frontend
|
||||
file: .gitea/bunPipeline/Dockerfile
|
||||
push: true
|
||||
tags: git.simonis.lol/projects/bun-casino:latest # Change this to your repo
|
||||
|
|
Reference in a new issue