mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update docker.yml
This commit is contained in:
parent
44b728139a
commit
6c0910c880
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
with:
|
||||
images: ghcr.io/${{github.repository_owner}}/Kyoo
|
||||
tags: |
|
||||
type=ref
|
||||
type=ref,event=tag
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=sha,prefix=
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
@ -33,5 +35,5 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: ${{github.ref == 'refs/heads/master'}}
|
||||
push: true
|
||||
tags: ${{steps.meta.outputs.tags}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user