Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
223ed09d94
|
||
|
|
2c232ec953
|
||
|
|
819772d00d
|
||
|
|
66279df701
|
||
|
|
5923b9f6a4
|
||
|
|
0aa20c7362
|
||
|
|
abdd2f5df8
|
@@ -76,7 +76,7 @@ jobs:
|
||||
curl -f -s -S -X PUT \
|
||||
-H "Authorization: token ${TOKEN}" \
|
||||
--upload-file "$pkg" \
|
||||
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable"
|
||||
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable/upload"
|
||||
done
|
||||
|
||||
- name: Create Gitea Release and Upload Assets
|
||||
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
curl -f -s -S -X PUT \
|
||||
-H "Authorization: token ${TOKEN}" \
|
||||
--upload-file "$pkg" \
|
||||
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing"
|
||||
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing/upload"
|
||||
done
|
||||
|
||||
- name: Create Gitea Pre-Release and Upload Assets
|
||||
|
||||
@@ -135,7 +135,7 @@ zypper install docker-update
|
||||
Füge das Repository in `/etc/pacman.conf` ein:
|
||||
|
||||
```ini
|
||||
[stable]
|
||||
[docker-update-stable]
|
||||
SigLevel = Optional TrustAll
|
||||
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:
|
||||
|
||||
```ini
|
||||
[testing]
|
||||
[docker-update-testing]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user