Skip to content

⬆️ Update dependency snicker/juicepassproxy to v0.3.1 (#42) #64

⬆️ Update dependency snicker/juicepassproxy to v0.3.1 (#42)

⬆️ Update dependency snicker/juicepassproxy to v0.3.1 (#42) #64

Workflow file for this run

name: "Publish SilverBullet"
on:
push:
branches: [ "main" ]
jobs:
publish:
name: Publish SilverBullet Image
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Check Version
id: check
uses: ./.github/actions/check-ghcr
with:
token: ${{ secrets.GITHUB_TOKEN }}
image: wozz/ha-addons/silverbullet-aarch64
configpath: silverbullet/config.yaml
- name: Publish
if: ${{ steps.check.outputs.status == '404' }}
uses: home-assistant/builder@master
with:
args: |
--aarch64 \
--target silverbullet \
--docker-hub ghcr.io/wozz/ha-addons \
--image silverbullet-{arch}