File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
24
24
echo "> External trigger running off of main branch. To disable this trigger, add \`rawtherapee_main\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
25
25
printf "\n## Retrieving external version\n\n" >> $GITHUB_STEP_SUMMARY
26
- EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/beep6581 /rawtherapee/releases/latest" | jq -r '. | .tag_name')
26
+ EXT_RELEASE=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/rawtherapee /rawtherapee/releases/latest" | jq -r '. | .tag_name')
27
27
echo "Type is \`github_stable\`" >> $GITHUB_STEP_SUMMARY
28
28
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
29
29
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
10
10
LABEL maintainer="aptalca"
11
11
12
12
# title
13
- ENV TITLE=RawTherapee
13
+ ENV TITLE=RawTherapee
14
14
15
15
RUN \
16
16
echo "**** add icon ****" && \
@@ -26,13 +26,13 @@ RUN \
26
26
libgtk-3-0 && \
27
27
echo "**** install rawtherapee from appimage ****" && \
28
28
if [ -z ${RAWTHERAPEE_VERSION+x} ]; then \
29
- RAWTHERAPEE_VERSION=$(curl -sX GET "https://api.github.com/repos/beep6581 /rawtherapee/releases/latest" \
29
+ RAWTHERAPEE_VERSION=$(curl -sX GET "https://api.github.com/repos/rawtherapee /rawtherapee/releases/latest" \
30
30
| awk '/tag_name/{print $4;exit}' FS='[""]' ); \
31
31
fi && \
32
32
cd /tmp && \
33
33
curl -o \
34
34
/tmp/rawtherapee.app -L \
35
- "https://github.com/beep6581 /rawtherapee/releases/download/${RAWTHERAPEE_VERSION}/RawTherapee_${RAWTHERAPEE_VERSION}_release.AppImage" && \
35
+ "https://github.com/rawtherapee /rawtherapee/releases/download/${RAWTHERAPEE_VERSION}/RawTherapee_${RAWTHERAPEE_VERSION}_release.AppImage" && \
36
36
chmod +x /tmp/rawtherapee.app && \
37
37
./rawtherapee.app --appimage-extract && \
38
38
mv squashfs-root /opt/rawtherapee && \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pipeline {
19
19
DOCKERHUB_TOKEN = credentials(' docker-hub-ci-pat' )
20
20
QUAYIO_API_TOKEN = credentials(' quayio-repo-api-token' )
21
21
GIT_SIGNING_KEY = credentials(' 484fbca6-9a4f-455e-b9e3-97ac98785f5f' )
22
- EXT_USER = ' beep6581 '
22
+ EXT_USER = ' rawtherapee '
23
23
EXT_REPO = ' rawtherapee'
24
24
BUILD_VERSION_ARG = ' RAWTHERAPEE_VERSION'
25
25
LS_USER = ' linuxserver'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ release_type: stable
7
7
release_tag : latest
8
8
ls_branch : main
9
9
repo_vars :
10
- - EXT_USER = 'beep6581 '
10
+ - EXT_USER = 'rawtherapee '
11
11
- EXT_REPO = 'rawtherapee'
12
12
- BUILD_VERSION_ARG = 'RAWTHERAPEE_VERSION'
13
13
- LS_USER = 'linuxserver'
You can’t perform that action at this time.
0 commit comments