Skip to content

Commit

Permalink
ci: docker readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jan 13, 2024
1 parent c93909f commit bc44485
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/emby_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
paths:
- "emby_library/**"
- ".github/workflows/emby_library.yml"

jobs:
build:
Expand Down Expand Up @@ -51,4 +52,14 @@ jobs:
linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/xiaoya-emby-library
short-description: 小雅Alist的相关周边
readme-filepath: ./README.md
13 changes: 12 additions & 1 deletion .github/workflows/glue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
paths:
- "glue/**"
- ".github/workflows/glue.yml"

jobs:
build:
Expand Down Expand Up @@ -51,4 +52,14 @@ jobs:
linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

-
name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/xiaoya-glue
short-description: 小雅Alist的相关周边
readme-filepath: ./README.md

0 comments on commit bc44485

Please sign in to comment.