mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Update docker.yml
This commit is contained in:
parent
9c2e55407f
commit
d6ad41ab3a
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
@ -68,7 +68,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Docker Buildx (push)
|
name: Docker Buildx (push)
|
||||||
run: |
|
run: |
|
||||||
@ -77,17 +76,11 @@ jobs:
|
|||||||
--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 ${{steps.prepare.outputs.tag}} ./
|
||||||
|
-
|
||||||
- name: Docker Check Manifest
|
name: Docker Check Manifest
|
||||||
if: false
|
|
||||||
run: |
|
run: |
|
||||||
docker run --rm mplatform/mquery ${{steps.prepare.outputs.tag}}
|
docker run --rm mplatform/mquery ${{steps.prepare.outputs.tag}}
|
||||||
-
|
-
|
||||||
name: Inspect image
|
name: Inspect image
|
||||||
if: false
|
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{steps.prepare.outputs.tag}}
|
docker buildx imagetools inspect ${{steps.prepare.outputs.tag}}
|
||||||
|
|
||||||
- name: Clear
|
|
||||||
run: |
|
|
||||||
rm -f ${HOME}/.docker/config.json
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user