File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,21 @@ jobs:
62
62
username : ${{ vars.DOCKERHUB_USERNAME }}
63
63
password : ${{ secrets.DOCKERHUB_TOKEN }}
64
64
65
- - name : Set up Docker Buildx
66
- uses : docker/setup-buildx-action@v3
65
+ # - name: Set up Docker Buildx
66
+ # uses: docker/setup-buildx-action@v3
67
67
68
- - name : Build
69
- uses : docker/build-push-action@v6
70
- with :
71
- context : ./code/backend
72
- file : ./Dockerfile
73
- load : true
74
- push : false
75
- tags : ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
68
+ # - name: Build
69
+ # uses: docker/build-push-action@v6
70
+ # with:
71
+ # context: ./code/backend
72
+ # file: ./code/backend/Dockerfile
73
+ # load: true
74
+ # push: false
75
+ # tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
76
+
77
+ - name : Build docker
78
+ run : |
79
+ docker build -t ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest ./code/backend
76
80
77
81
- name : Test Docker
78
82
run : |
You can’t perform that action at this time.
0 commit comments