Skip to content

Commit

Permalink
ci: activate docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Sep 28, 2023
1 parent cddf2a8 commit c18ce08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t test --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t build --parallel=3
- run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t version --exclude='*,!tag:publish:docker' --parallel=1 --push
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_PUSH: "true"

0 comments on commit c18ce08

Please sign in to comment.