mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update docker-publish.yml
This commit is contained in:
parent
916ea79e57
commit
3f01a9e1e2
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user