Skip to content

Commit

Permalink
Call new GitHub Actions workflow to rebuild images
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed May 4, 2022
1 parent c8cf8ab commit 224b6c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: node --version
- run: npm ci
- run: npm run rebuild-docker-image
- run: gh workflow run ci.yml --repo nextstrain/docker-base
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"lint:fix": "eslint --fix src",
"get-data": "env bash ./scripts/get-data.sh",
"heroku-postbuild": "npm run build && npm run get-data",
"rebuild-docker-image": "env bash ./scripts/rebuild-docker-image.sh",
"gzip-and-upload": "env bash ./scripts/gzip-and-upload.sh",
"build-docs": "cd docs && make clean && make html && echo 'Docs rebuild, open docs/_build/html/index.html'",
"test": "jest test/*.js",
Expand Down
17 changes: 0 additions & 17 deletions scripts/rebuild-docker-image.sh

This file was deleted.

0 comments on commit 224b6c2

Please sign in to comment.