fix new gh location
This commit is contained in:
@@ -43,7 +43,7 @@ ENV EBUSD_VERSION $EBUSD_VERSION
|
||||
|
||||
LABEL version="${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||
|
||||
ADD https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${TARGETARCH}${TARGETVARIANT}-${EBUSD_IMAGE}_mqtt1.deb ebusd.deb
|
||||
ADD https://github.com/john30/ebusd/releases/download/${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${TARGETARCH}${TARGETVARIANT}-${EBUSD_IMAGE}_mqtt1.deb ebusd.deb
|
||||
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb && rm -f ebusd.deb \
|
||||
&& update-ca-certificates \
|
||||
|
||||
@@ -26,7 +26,7 @@ replaceTemplate
|
||||
# release update
|
||||
version_variant=''
|
||||
make='GIT_REVISION=\$GIT_REVISION ./make_debian.sh'
|
||||
copydeb="ADD https://github.com/john30/ebusd/releases/download/v\${EBUSD_VERSION}/ebusd-\${EBUSD_VERSION}_\${TARGETARCH}\${TARGETVARIANT}-\${EBUSD_IMAGE}_mqtt1.deb ebusd.deb"
|
||||
copydeb="ADD https://github.com/john30/ebusd/releases/download/\${EBUSD_VERSION}/ebusd-\${EBUSD_VERSION}_\${TARGETARCH}\${TARGETVARIANT}-\${EBUSD_IMAGE}_mqtt1.deb ebusd.deb"
|
||||
copyentry='COPY contrib/docker/docker-entrypoint.sh /'
|
||||
namesuffix='.release'
|
||||
replaceTemplate
|
||||
|
||||
Reference in New Issue
Block a user