Skip to content

Update pihole/pihole Docker tag to v2024.02.2 #629

Update pihole/pihole Docker tag to v2024.02.2

Update pihole/pihole Docker tag to v2024.02.2 #629

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/pi-hole, klutchell_apps/pi-hole]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@12296358299d02b4516de8e2130310573e63f294 # v2.0.27
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true