Skip to content

Commit b46e5a8

Browse files
committed
update front-end.yml
1 parent 62c4699 commit b46e5a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/front-end.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: "24.8.0"
25-
cache: "npm"
2625

2726
- name: Install dependencies
2827
run: npm install
@@ -62,7 +61,7 @@ jobs:
6261
- name: Build Docker image
6362
uses: docker/build-push-action@v5
6463
with:
65-
context: .
66-
file: ./Dockerfile
64+
context: ./front-end
65+
file: ./front-end/Dockerfile
6766
push: true
6867
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/frontend-aws-integration:latest

0 commit comments

Comments
 (0)