We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4da03 commit 6c48bdfCopy full SHA for 6c48bdf
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,6 @@ jobs:
28
29
- name: Install dependencies
30
run: npm ci
31
- working-directory: ./frontend
32
33
# - name: Run lint
34
# run: npm run lint
@@ -40,10 +39,9 @@ jobs:
40
39
41
- name: Type check + build
42
run: npm run build
43
44
45
- name: Build Docker image
46
- run: docker build -t nayanmoni458/stoneinscription:frontend-latest ./frontend
+ run: docker build -t nayanmoni458/stoneinscription:frontend-latest .
47
48
- name: Log in to Docker Hub
49
uses: docker/login-action@v3
0 commit comments