This commit is contained in:
ngxson
2023-05-19 10:50:47 +02:00
parent c6614674bf
commit f36c5d89c4

View File

@@ -19,9 +19,13 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.16.0'
- name: Build & push
uses: docker/cli@v1
with:
node-version: '18.16.0'
run: |
cd scripts && node ci_cd.js
command: |
cd scripts && node ci_cd.js