File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Node.js CI
1+ name : Docker CI
22
33on :
44 push :
55 branches : ['ci', 'dev', 'main']
66 tags : ['v*']
77
88jobs :
9- # build:
10- # runs-on: ubuntu-latest
11- # defaults:
12- # run:
13- # working-directory: 1-order-service
14-
15- # steps:
16- # - uses: actions/checkout@v4
17- # - name: Use Node.js
18- # uses: actions/setup-node@v4
19- # with:
20- # node-version: '24.x'
21- # - run: npm ci
22- # - run: npm run build --if-present
23- # - run: cat Dockerfile
24-
259 order-service-build-and-push :
2610 # needs: build
2711 runs-on : ubuntu-latest
6246 cache-to : type=gha,mode=max
6347
6448 inventory-service-build-and-push :
65- # needs: build
6649 runs-on : ubuntu-latest
6750 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
6851 defaults :
10184 cache-to : type=gha,mode=max
10285
10386 payment-service-build-and-push :
104- # needs: build
10587 runs-on : ubuntu-latest
10688 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
10789 defaults :
You can’t perform that action at this time.
0 commit comments