Automatically sync readme to dockerhub

This commit is contained in:
Zoe Roux 2023-03-15 16:28:35 +09:00
parent 875c6eaa5e
commit b5f8799d0a
2 changed files with 9 additions and 1 deletions

View File

@ -62,3 +62,11 @@ jobs:
VERSION=0.0.0
push: ${{env.SHOULD_PUSH}}
tags: ${{steps.meta.outputs.tags}}
- name: Sync README.MD
uses: ms-jpq/sync-dockerhub-readme@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ matrix.image }}
readme: "./README.md"

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
back:
image: zoryia/kyoo_back:edge
image: zoriya/kyoo_back:edge
restart: on-failure
environment:
- KYOO_DATADIR=/var/lib/kyoo