From cf328bf2963501e7d3183fa1681ad0334669bc6d Mon Sep 17 00:00:00 2001 From: tux2000 Date: Sun, 19 Jun 2022 21:54:57 +0200 Subject: [PATCH] Fix publish workflow --- .github/workflows/publish.yml | 2 +- paperless-ngx/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8018730..a2ef656 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: args: | --all \ --target paperless-ngx \ - --docker-hub ${{ secrets.DOCKERHUB_NAMESPACE }} + --docker-hub ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/paperless-ngx/config.json b/paperless-ngx/config.json index 548696a..cfc80d7 100644 --- a/paperless-ngx/config.json +++ b/paperless-ngx/config.json @@ -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.",