1 parent 683b5d1 commit 5a5dc50Copy full SHA for 5a5dc50
1 file changed
.github/workflows/docker-publish.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Build and push Docker image
26
uses: docker/build-push-action@v5
27
with:
28
- context: .
+ context: ./backend # <--- CHANGE THIS LINE
29
+ file: ./backend/Dockerfile # <--- ADD THIS LINE JUST IN CASE
30
push: true
- # REPLACE "yourusername" BELOW WITH YOUR GITHUB USERNAME (ALL LOWERCASE)
31
+ # Make sure this still has your actual username!
32
tags: ghcr.io/ratul-byte/persona-studio:latest
0 commit comments