mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Enable manifests support
This commit is contained in:
parent
e13e202e3d
commit
12a8f96f28
@ -91,6 +91,8 @@ jobs:
|
||||
# travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
|
||||
- travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7 .
|
||||
- docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm32v7
|
||||
env:
|
||||
- DOCKER_CLI_EXPERIMENTAL=enabled # required for manifest support
|
||||
on:
|
||||
condition: '"${BUILD_DOCKER}" = 1'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user