mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix pull request docker build
This commit is contained in:
parent
4dc0d6a97c
commit
1b035035ce
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -56,6 +56,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
|
if: ${{env.SHOULD_PUSH}}
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
@ -73,6 +74,7 @@ jobs:
|
|||||||
tags: ${{steps.meta.outputs.tags}}
|
tags: ${{steps.meta.outputs.tags}}
|
||||||
|
|
||||||
- name: Sync README.MD
|
- name: Sync README.MD
|
||||||
|
if: ${{env.SHOULD_PUSH}}
|
||||||
uses: ms-jpq/sync-dockerhub-readme@v1
|
uses: ms-jpq/sync-dockerhub-readme@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
1
.github/workflows/native-build.yml
vendored
1
.github/workflows/native-build.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
- next
|
- next
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user