Skip to content

Commit

Permalink
No-cache for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tux2000 committed Jul 4, 2022
1 parent 8b2b7c0 commit 888bb04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
args: |
--all \
--target paperless-ngx \
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }}
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }} \
--no-cache
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
--test \
--all \
--target paperless-ngx \
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }}
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }} \
--no-cache

0 comments on commit 888bb04

Please sign in to comment.