Skip to content

Commit 2ab7461

Browse files
Update maven.yml
1 parent 5f72603 commit 2ab7461

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Build
6969
uses: docker/build-push-action@v6
7070
with:
71-
context: .
72-
file: ./code/backend/Dockerfile
71+
context: ./code/backend
72+
file: ./Dockerfile
7373
load: true
7474
push: false
7575
tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
@@ -78,10 +78,10 @@ jobs:
7878
run: |
7979
docker run --rm ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
8080
81-
- name: Push
82-
uses: docker/build-push-action@v6
83-
with:
84-
context: ./code/backend/
85-
file: ./code/backend/Dockerfile
86-
push: true
87-
tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
81+
# - name: Push
82+
# uses: docker/build-push-action@v6
83+
# with:
84+
# context: ./code/backend/
85+
# file: ./code/backend/Dockerfile
86+
# push: true
87+
# tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest

0 commit comments

Comments
 (0)