mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
tags?
This commit is contained in:
parent
ebc5f1a01d
commit
d7095f7ee1
1 changed files with 3 additions and 3 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
|
||||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||||
--platform ${{steps.prepare.outputs.platforms}} \
|
--platform ${{steps.prepare.outputs.platforms}} \
|
||||||
--tag ${{steps.prepare.outputs.tag}} ./
|
--tag jonaswinkler/paperless-ng:edge ./
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||||
--platform ${{steps.prepare.outputs.platforms}} \
|
--platform ${{steps.prepare.outputs.platforms}} \
|
||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--tag ${{steps.prepare.outputs.tag}} ./
|
--tag jonaswinkler/paperless-ng:edge ./
|
||||||
-
|
-
|
||||||
name: Docker Check Manifest
|
name: Docker Check Manifest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue