Skip to content

Commit a149b1c

Browse files
Update maven.yml
1 parent b2b4a69 commit a149b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/download-artifact@v4
5555
with:
5656
name: bu-secondhand-1.0.0
57-
path: ./target/bu-secondhand-1.0.0.jar
57+
path: ./code/backend/target/bu-secondhand-1.0.0.jar
5858

5959
- name: Login to Docker Hub
6060
uses: docker/login-action@v3
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build and push
6969
uses: docker/build-push-action@v6
7070
with:
71-
context: ./code
72-
file: code/backend/Dockerfile
71+
context: ./code/backend/
72+
file: ./code/backend/Dockerfile
7373
push: true
7474
tags: campus_exchange:latest

0 commit comments

Comments
 (0)