Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tux2000 committed Jun 19, 2022
1 parent 4d75f66 commit cf328bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
args: |
--all \
--target paperless-ngx \
--docker-hub ${{ secrets.DOCKERHUB_NAMESPACE }}
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }}
2 changes: 1 addition & 1 deletion paperless-ngx/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Paperless-ngx",
"version": "1.7.0-0",
"version": "1.7.0-1",
"slug": "paperless",
"url": "https://github.com/paperless-ngx/paperless-ngx",
"description": "Paperless is an application that manages your personal documents. With the help of a document scanner, paperless transforms your wieldy physical document binders into a searchable archive and provides many utilities for finding and managing your documents.",
Expand Down

0 comments on commit cf328bf

Please sign in to comment.