We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b4a69 commit a149b1cCopy full SHA for a149b1c
.github/workflows/maven.yml
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/download-artifact@v4
55
with:
56
name: bu-secondhand-1.0.0
57
- path: ./target/bu-secondhand-1.0.0.jar
+ path: ./code/backend/target/bu-secondhand-1.0.0.jar
58
59
- name: Login to Docker Hub
60
uses: docker/login-action@v3
@@ -68,7 +68,7 @@ jobs:
68
- name: Build and push
69
uses: docker/build-push-action@v6
70
71
- context: ./code
72
- file: code/backend/Dockerfile
+ context: ./code/backend/
+ file: ./code/backend/Dockerfile
73
push: true
74
tags: campus_exchange:latest
0 commit comments