Change to ghcr image build process (#123)

This commit is contained in:
Max Winterstein
2022-12-07 11:45:56 +01:00
committed by GitHub
parent 3ae06b427f
commit 8c778ae0f1
4 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
FROM thomx/fr24feed-piaware:1.18.0
ARG BUILD_FROM
FROM $BUILD_FROM
# add bashio (thx https://github.com/hassio-addons/addon-debian-base/blob/main/base/Dockerfile#L47)
ADD https://github.com/hassio-addons/bashio/archive/v0.14.3.tar.gz /tmp/bashio.tar.gz