File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2222 id : meta
2323 uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
2424 with :
25- images : my-docker-hub-namespace/my-docker-hub-repository
26-
25+ images : wholebuzz/mapreduce
26+
2727 - name : Build and push Docker image
2828 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
2929 with :
Original file line number Diff line number Diff line change 1+ name : Publish NPM package
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v1
12+ - uses : actions/setup-node@v1
13+ with :
14+ node-version : 14
15+ - run : yarn
16+ - run : yarn test
17+ - uses : JS-DevTools/npm-publish@v1
18+ with :
19+ token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments