mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
new buildx setup action
This commit is contained in:
parent
b48c290e9c
commit
001cd83ef8
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v3.1.0
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
env:
|
||||
DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }}
|
||||
run: |
|
||||
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7
|
||||
DOCKER_PLATFORMS=linux/amd64
|
||||
DOCKER_VERSION=edge
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
DOCKER_VERSION=${GITHUB_REF#refs/tags/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user