chore: update GitHub Actions configure
This commit is contained in:
@@ -16,6 +16,13 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
-
|
||||||
|
name: DockerHub Description
|
||||||
|
uses: peter-evans/dockerhub-description@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
|
repository: 'ttionya/vaultwarden-backup'
|
||||||
-
|
-
|
||||||
name: DockerHub Description
|
name: DockerHub Description
|
||||||
uses: peter-evans/dockerhub-description@v2
|
uses: peter-evans/dockerhub-description@v2
|
||||||
|
|||||||
@@ -38,4 +38,5 @@ jobs:
|
|||||||
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
||||||
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}
|
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
|||||||
@@ -39,5 +39,7 @@ jobs:
|
|||||||
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
ttionya/vaultwarden-backup:latest
|
||||||
|
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
||||||
ttionya/bitwardenrs-backup:latest
|
ttionya/bitwardenrs-backup:latest
|
||||||
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}
|
ttionya/bitwardenrs-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ttionya/Repository-Sync-Hub@v1
|
- uses: ttionya/Repository-Sync-Hub@v1
|
||||||
with:
|
with:
|
||||||
target_repository: 'https://gitee.com/ttionya/BitwardenRS-Backup.git'
|
target_repository: 'https://gitee.com/ttionya/vaultwarden-backup.git'
|
||||||
http_access_name: 'ttionya'
|
http_access_name: 'ttionya'
|
||||||
http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}
|
http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ttionya/Repository-Sync-Hub@v1
|
- uses: ttionya/Repository-Sync-Hub@v1
|
||||||
with:
|
with:
|
||||||
target_repository: 'https://gitee.com/ttionya/BitwardenRS-Backup.git'
|
target_repository: 'https://gitee.com/ttionya/vaultwarden-backup.git'
|
||||||
http_access_name: 'ttionya'
|
http_access_name: 'ttionya'
|
||||||
http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}
|
http_access_token: ${{ secrets.GITEE_HTTP_ACCESS_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user