Skip to content

Commit

Permalink
publish amzs3bckp
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Dec 20, 2023
1 parent d71e4b0 commit a45967a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/amazon-s3-backup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "Publish Amazon S3 Backup"

on:
push:
branches: [ "main" ]

jobs:
publish:
name: Publish Amazon S3 Backup Image
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
with:
args: |
--all \
--target amazon-s3-backup \
--docker-hub ghcr.io/wozz/ha-addons \
--image amazon-s3-backup

0 comments on commit a45967a

Please sign in to comment.