Skip to content

Commit 5a5dc50

Browse files
authored
Change Docker build context
1 parent 683b5d1 commit 5a5dc50

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v5
2727
with:
28-
context: .
28+
context: ./backend # <--- CHANGE THIS LINE
29+
file: ./backend/Dockerfile # <--- ADD THIS LINE JUST IN CASE
2930
push: true
30-
# REPLACE "yourusername" BELOW WITH YOUR GITHUB USERNAME (ALL LOWERCASE)
31+
# Make sure this still has your actual username!
3132
tags: ghcr.io/ratul-byte/persona-studio:latest

0 commit comments

Comments
 (0)