Update aligobk.py #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Publish Aliyun Backup" | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- 'addons/aliyun_backup/**' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Docker Image build and Publish | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: docker/login-action@v2 | |
with: | |
registry: ghcr.io | |
username: 5high | |
password: ${{ secrets.PACKAGE_TOKEN }} | |
- uses: home-assistant/builder@master | |
with: | |
args: | | |
--all \ | |
--target addons/aliyun_backup \ | |
--docker-hub ghcr.io/5high |