Skip to content

Update adguard/adguardhome Docker tag to v0.107.43 #217

Update adguard/adguardhome Docker tag to v0.107.43

Update adguard/adguardhome Docker tag to v0.107.43 #217

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@e2e865ed0b38dd19f8e25a967d2be28ef0a5305a # v1.1.9
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
environment: balena-cloud.com
fleet: ${{ matrix.fleet }}
versionbot: false
create_tag: true