Compare commits
7 Commits
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v2.3.4
|
||||
- name: 🚀 Run Add-on Lint
|
||||
uses: frenck/action-addon-linter@v1.4
|
||||
uses: frenck/action-addon-linter@v2.0.0
|
||||
with:
|
||||
community: true
|
||||
path: "./${{ needs.information.outputs.target }}"
|
||||
@@ -161,7 +161,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
- name: 🚀 Build
|
||||
uses: docker/build-push-action@v2.2.2
|
||||
uses: docker/build-push-action@v2.3.0
|
||||
with:
|
||||
push: false
|
||||
context: ${{ needs.information.outputs.target }}
|
||||
|
||||
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -106,7 +106,7 @@ jobs:
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_PASSWORD }}
|
||||
- name: 🚀 Build and push
|
||||
uses: docker/build-push-action@v2.2.2
|
||||
uses: docker/build-push-action@v2.3.0
|
||||
with:
|
||||
push: true
|
||||
# yamllint disable rule:line-length
|
||||
|
||||
2
.github/workflows/release-drafter.yaml
vendored
2
.github/workflows/release-drafter.yaml
vendored
@@ -13,6 +13,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚀 Run Release Drafter
|
||||
uses: release-drafter/release-drafter@v5.13.0
|
||||
uses: release-drafter/release-drafter@v5.14.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚀 Run stale
|
||||
uses: actions/stale@v3.0.15
|
||||
uses: actions/stale@v3.0.16
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.2
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.3
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
@@ -11,13 +11,13 @@ RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r2 \
|
||||
linux-headers=5.7.8-r0 \
|
||||
git=2.30.0-r0 \
|
||||
git=2.30.1-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
libgcc=10.2.1_pre1-r3 \
|
||||
libstdc++=10.2.1_pre1-r3 \
|
||||
\
|
||||
&& git clone --branch "1.6.3" --depth=1 \
|
||||
&& git clone --branch "1.6.4" --depth=1 \
|
||||
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
||||
\
|
||||
&& cd /tmp/zerotier \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.2",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:9.1.2"
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.3",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.3",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.3",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.3",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:9.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"host_network": true,
|
||||
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
|
||||
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
|
||||
"devices": ["/dev/net/tun"],
|
||||
"map": ["ssl:rw"],
|
||||
"options": {
|
||||
"networks": [],
|
||||
|
||||
Reference in New Issue
Block a user