Skip to content

Update adguard/adguardhome Docker tag to v0.107.51 #450

Update adguard/adguardhome Docker tag to v0.107.51

Update adguard/adguardhome Docker tag to v0.107.51 #450

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
fleet: [gh_klutchell/adguard-home]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: balena-io/deploy-to-balena-action@2843c5d56dc96b3d12eab1db05f1a89f268e8f80 # v2.0.71
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
environment: balena-cloud.com
fleet: ${{ matrix.fleet }}
versionbot: false
create_tag: true