Skip to content

Commit

Permalink
Move docker rebuild to a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed May 4, 2022
1 parent 224b6c2 commit 90d1fe0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: node --version
- run: npm ci
- run: gh workflow run ci.yml --repo nextstrain/docker-base
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
rebuild-docker-image:
needs: [publish]
runs-on: ubuntu-latest
steps:
- run: gh workflow run ci.yml --repo nextstrain/docker-base

0 comments on commit 90d1fe0

Please sign in to comment.