Skip to content

Commit 25a7d0b

Browse files
committed
fix build context path
1 parent c1ca9b9 commit 25a7d0b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
paths-ignore:
66
- "README.md"
77

8-
env:
9-
IMAGE_NAME: doganm95/ppsspp-remote-disc-server
10-
118
jobs:
129
build-and-push-to-ghcr:
1310
runs-on: ubuntu-latest
@@ -28,7 +25,7 @@ jobs:
2825
- name: Build and push docker images
2926
uses: docker/build-push-action@v5
3027
with:
31-
context: .
28+
context: ./nodejs
3229
push: true
3330
tags: |
3431
ghcr.io/doganm95/ppsspp-remote-disc-server:v${{ github.run_number }}

0 commit comments

Comments
 (0)