mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
-
|
||||
name: Docker Buildx (push)
|
||||
run: |
|
||||
@ -77,17 +76,11 @@ jobs:
|
||||
--platform ${{steps.prepare.outputs.platforms}} \
|
||||
--output "type=image,push=true" \
|
||||
--tag ${{steps.prepare.outputs.tag}} ./
|
||||
|
||||
- name: Docker Check Manifest
|
||||
if: false
|
||||
-
|
||||
name: Docker Check Manifest
|
||||
run: |
|
||||
docker run --rm mplatform/mquery ${{steps.prepare.outputs.tag}}
|
||||
-
|
||||
name: Inspect image
|
||||
if: false
|
||||
run: |
|
||||
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