Skip to content

Commit 2142831

Browse files
Bazinga-WangjojoLockLock
authored andcommitted
Update node.js.yml
1 parent 9a97202 commit 2142831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
- run: npm install
2727
- run: npm run test -- --coverage --watchAll=false
2828
- run: npm run build
29+
- run: docker build . --file Dockerfile --tag docker.pkg.github.com/bazinga-wang/my-react-app/my-react-app
30+
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
31+
- run: docker push docker.pkg.github.com/bazinga-wang/my-react-app/my-react-app

0 commit comments

Comments
 (0)