File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 type=semver,pattern={{version}}
5656 type=semver,pattern={{major}}.{{minor}}
5757 type=semver,pattern={{major}}
58- type=sha,prefix={{branch}}-
58+ type=sha,prefix={{branch}}-,enable={{is_default_branch}}
5959 type=raw,value=latest,enable={{is_default_branch}}
6060
6161 - name : Build and push Docker image
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SSH into your Firewalla as the `pi` user and run:
4848echo " home.local,*.home.local" > /tmp/external-dns-domain-filter
4949
5050# Install the provider
51- curl -fsSL https://raw.githubusercontent.com/TheOutdoorProgrammer/external-dns-firewalla-webhook/main /scripts/install.sh | bash
51+ curl -fsSL https://raw.githubusercontent.com/TheOutdoorProgrammer/external-dns-firewalla-webhook/v1.0.0 /scripts/install.sh | bash
5252```
5353
5454### 2. Configure External-DNS
@@ -62,7 +62,7 @@ provider:
6262 webhook :
6363 image :
6464 repository : ghcr.io/theoutdoorprogrammer/external-dns-firewalla-webhook
65- tag : main-89268b7
65+ tag : v1.0.0
6666 env :
6767 - name : FIREWALLA_HOST
6868 value : " 192.168.229.1"
You can’t perform that action at this time.
0 commit comments