File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 68
68
- name : Build
69
69
uses : docker/build-push-action@v6
70
70
with :
71
- context : .
72
- file : ./code/backend/ Dockerfile
71
+ context : ./code/backend
72
+ file : ./Dockerfile
73
73
load : true
74
74
push : false
75
75
tags : ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
@@ -78,10 +78,10 @@ jobs:
78
78
run : |
79
79
docker run --rm ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
80
80
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
You can’t perform that action at this time.
0 commit comments