Skip to content

Commit 590a4d8

Browse files
feat: fix build and update readme
1 parent bbaf1ca commit 590a4d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SSH into your Firewalla as the `pi` user and run:
4848
echo "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"

0 commit comments

Comments
 (0)