Update docker-publish.yml

This commit is contained in:
Mark Schmitt 2020-12-31 19:32:04 +01:00 committed by GitHub
parent 916ea79e57
commit 3f01a9e1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Prepare
id: prepare
run: |
DOCKER_IMAGE=MarkSchmitt/paperless-ng
DOCKER_IMAGE=moztr/paperless-ng
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64/v8
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
@ -60,4 +60,4 @@ jobs:
- name: Clear
if: always() && github.event_name != 'pull_request'
run: |
rm -f ${HOME}/.docker/config.json
rm -f ${HOME}/.docker/config.json