Compare commits

..
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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/upload"
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/stable"
done
- name: Create Gitea Release and Upload Assets
+1 -1
View File
@@ -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/upload"
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing"
done
- name: Create Gitea Pre-Release and Upload Assets
Generated
+1 -1
View File
@@ -29,7 +29,7 @@ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
[[package]]
name = "docker-update"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"confy",
"libc 1.0.0-alpha.4",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "docker-update"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
authors = ['DragonSlayer_14']
readme = "README.md"
+2 -2
View File
@@ -135,7 +135,7 @@ zypper install docker-update
Füge das Repository in `/etc/pacman.conf` ein:
```ini
[docker-update-stable]
[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
[docker-update-testing]
[testing]
SigLevel = Optional TrustAll
Server = https://gitea.creative-dragonslayer.de/api/packages/Linuxapps/arch/testing/x86_64
```