Merge pull request 'Merge dev in testing: Passt Arch-Url an und behebt Fehler, wodurch das Repo zu testing/upload wurde' (#11) from dev into testing
Testing Build, Publish & Preview Release / Build, Publish Packages (Testing) & Create Preview Release (push) Failing after 54s

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-08-24 17:45:33 +00:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
curl -f -s -S -X PUT \ curl -f -s -S -X PUT \
-H "Authorization: token ${TOKEN}" \ -H "Authorization: token ${TOKEN}" \
--upload-file "$pkg" \ --upload-file "$pkg" \
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable/upload" "${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable"
done done
- name: Create Gitea Release and Upload Assets - name: Create Gitea Release and Upload Assets
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
curl -f -s -S -X PUT \ curl -f -s -S -X PUT \
-H "Authorization: token ${TOKEN}" \ -H "Authorization: token ${TOKEN}" \
--upload-file "$pkg" \ --upload-file "$pkg" \
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing/upload" "${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing"
done done
- name: Create Gitea Pre-Release and Upload Assets - name: Create Gitea Pre-Release and Upload Assets
+2 -2
View File
@@ -135,7 +135,7 @@ zypper install docker-update
Füge das Repository in `/etc/pacman.conf` ein: Füge das Repository in `/etc/pacman.conf` ein:
```ini ```ini
[docker-update-stable] [stable]
SigLevel = Optional TrustAll SigLevel = Optional TrustAll
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/stable/x86_64 Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/stable/x86_64
``` ```
@@ -151,7 +151,7 @@ sudo pacman -Sy docker-update
Füge das Testing-Repository in `/etc/pacman.conf` ein: Füge das Testing-Repository in `/etc/pacman.conf` ein:
```ini ```ini
[docker-update-testing] [testing]
SigLevel = Optional TrustAll SigLevel = Optional TrustAll
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64 Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64
``` ```