Compare commits
7 Commits
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
@@ -16,5 +16,4 @@ jobs:
|
||||
workflows:
|
||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||
secrets:
|
||||
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.2
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
@@ -14,7 +14,7 @@ RUN \
|
||||
cargo=1.71.1-r0 \
|
||||
git=2.40.1-r0 \
|
||||
linux-headers=6.3-r0 \
|
||||
openssl-dev=3.1.2-r0 \
|
||||
openssl-dev=3.1.3-r0 \
|
||||
pkgconf=1.9.5-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:14.1.0
|
||||
amd64: ghcr.io/hassio-addons/base:14.1.0
|
||||
armhf: ghcr.io/hassio-addons/base:14.1.0
|
||||
armv7: ghcr.io/hassio-addons/base:14.1.0
|
||||
i386: ghcr.io/hassio-addons/base:14.1.0
|
||||
aarch64: ghcr.io/hassio-addons/base:14.2.2
|
||||
amd64: ghcr.io/hassio-addons/base:14.2.2
|
||||
armhf: ghcr.io/hassio-addons/base:14.2.2
|
||||
armv7: ghcr.io/hassio-addons/base:14.2.2
|
||||
i386: ghcr.io/hassio-addons/base:14.2.2
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
||||
Reference in New Issue
Block a user