Skip to content

Commit 23e9d43

Browse files
authored
Merge pull request #37 from dappnode/v0.2.6
v0.2.6 Release
2 parents 278b4c5 + 81bcc7c commit 23e9d43

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: "Main"
22
on:
33
pull_request:
4-
paths:
5-
- "build/**"
64
push:
75
branches:
86
- "master"
97
- "v[0-9]+.[0-9]+.[0-9]+"
10-
paths:
11-
- "build/**"
8+
paths-ignore:
9+
- "README.md"
1210

1311
jobs:
1412
integration-test:

dappnode_package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "bind.dnp.dappnode.eth",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Dappnode package responsible for providing DNS resolution",
55
"type": "dncore",
6+
"architectures": ["linux/amd64", "linux/arm64"],
67
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
78
"contributors": [
89
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
910
],
10-
"keywords": [
11-
"DAppNodeCore",
12-
"bind",
13-
"DNS"
14-
],
11+
"keywords": ["DAppNodeCore", "bind", "DNS"],
1512
"links": {
1613
"homepage": "https://github.com/dappnode/DNP_BIND#readme"
1714
},
@@ -23,4 +20,4 @@
2320
"url": "https://github.com/dappnode/DNP_BIND/issues"
2421
},
2522
"license": "GPL-3.0"
26-
}
23+
}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: '3.4'
1+
version: "3.4"
22
services:
33
bind.dnp.dappnode.eth:
44
build: ./build
5-
image: 'bind.dnp.dappnode.eth:0.2.5'
5+
image: "bind.dnp.dappnode.eth:0.2.6"
66
container_name: DAppNodeCore-bind.dnp.dappnode.eth
77
restart: always
88
networks:

0 commit comments

Comments
 (0)