chore: add DockerHub sync
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: 'Docker Publish'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/docker-description.yml
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: Docker README.md Sync
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: DockerHub Description
|
||||
uses: peter-evans/dockerhub-description@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
repository: 'ttionya/bitwardenrs-backup'
|
||||
@@ -1,4 +1,4 @@
|
||||
name: 'Docker Release'
|
||||
name: 'Docker Publish'
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,7 +7,8 @@ on:
|
||||
- '!v*.*.*-*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
publish:
|
||||
name: Docker Publish
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
- '!v*.*.*-*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
release:
|
||||
name: Create Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
Reference in New Issue
Block a user