Skip to content

Commit 6c48bdf

Browse files
committed
github actions updated
1 parent fa4da03 commit 6c48bdf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: npm ci
31-
working-directory: ./frontend
3231

3332
# - name: Run lint
3433
# run: npm run lint
@@ -40,10 +39,9 @@ jobs:
4039

4140
- name: Type check + build
4241
run: npm run build
43-
working-directory: ./frontend
4442

4543
- name: Build Docker image
46-
run: docker build -t nayanmoni458/stoneinscription:frontend-latest ./frontend
44+
run: docker build -t nayanmoni458/stoneinscription:frontend-latest .
4745

4846
- name: Log in to Docker Hub
4947
uses: docker/login-action@v3

0 commit comments

Comments
 (0)