File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Client CI
22
3+ env :
4+ IMAGE : ghcr.io/hasadna/meirim/meirim-client
5+
36on :
47 push :
58 paths :
@@ -150,10 +153,23 @@ jobs:
150153 NODE_ENV : production
151154 REACT_APP_BASE_API_URL : https://api.meirim.org/api
152155
153- - uses : actions/upload-artifact@v4
156+ - uses : docker/login-action@v3
157+ with :
158+ registry : ghcr.io
159+ username : ${{ github.actor }}
160+ password : ${{ secrets.GITHUB_TOKEN }}
161+ - uses : docker/setup-buildx-action@v3
162+ - id : docker_build
163+ uses : docker/build-push-action@v6
154164 with :
155- name : client-build
156- path : client/build
165+ push : true
166+ tags : ${{ env.IMAGE }}:${{ github.sha }}
167+ context : client
168+
169+ # - uses: actions/upload-artifact@v4
170+ # with:
171+ # name: client-build
172+ # path: client/build
157173
158174# - uses: jakejarvis/s3-sync-action@master
159175# with:
Original file line number Diff line number Diff line change 11name : Server CI
22
33env :
4- IMAGE : ghcr.io/hasadna/open-bus-rides-history
4+ IMAGE : ghcr.io/hasadna/meirim/meirim-server
55
66on :
77 push :
You can’t perform that action at this time.
0 commit comments