mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
enable docker builds on this branch
This commit is contained in:
parent
38cb8201a1
commit
b1ae8d1332
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- travis-multiarch-builds
|
||||
tags:
|
||||
- 'ng-*'
|
||||
|
||||
@ -18,8 +19,9 @@ jobs:
|
||||
id: prepare
|
||||
env:
|
||||
DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }}
|
||||
# ,linux/arm/v7,linux/arm64/v8
|
||||
run: |
|
||||
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||
DOCKER_PLATFORMS=linux/amd64
|
||||
VERSION=edge
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
VERSION=${GITHUB_REF#refs/tags/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user