build from release, not commit

This commit is contained in:
Alex Phillips 2022-02-16 13:02:27 -05:00
parent 7c18c44f3c
commit 0022f3998c
3 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
| awk '/sha/{print $4;exit}' FS='[""]'); \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \
/tmp/budge.tar.gz -L \

View File

@ -26,8 +26,8 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
| awk '/sha/{print $4;exit}' FS='[""]'); \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \
/tmp/budge.tar.gz -L \

View File

@ -26,8 +26,8 @@ RUN \
echo "**** install budge ****" && \
mkdir -p /app/budge && \
if [ -z ${BUDGE_RELEASE+x} ]; then \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/commits/main" \
| awk '/sha/{print $4;exit}' FS='[""]'); \
BUDGE_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/BudgE/releases" \
| jq -r '.[0] | .tag_name'); \
fi && \
curl -o \
/tmp/budge.tar.gz -L \