5 Commits

Author SHA1 Message Date
Cantibra 9f78bba649 6
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 33s
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 29s
2026-07-18 15:17:14 +02:00
Cantibra f212afd0a1 5
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 32s
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 28s
2026-07-06 12:27:03 +02:00
Cantibra f42dd95178 4
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 30s
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 34s
2026-06-02 19:16:08 +02:00
Cantibra 292e5dd606 3
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 33s
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 34s
2026-05-22 23:20:32 +02:00
Cantibra fad50f1bc9 2
Gitea Runner / Gitea Runner (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 36s
Gitea Runner / Gitea Runner (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 39s
2026-05-22 07:19:50 +02:00
4 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -1 +1 @@
VERSION='1.0.4' VERSION='2.1.0'
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
if: steps.cache-gitea-runner.outputs.cache-hit != 'true' if: steps.cache-gitea-runner.outputs.cache-hit != 'true'
run: | run: |
/usr/bin/install --directory --verbose './sources' /usr/bin/install --directory --verbose './sources'
/usr/bin/wget --verbose --output-document='./sources/gitea-runner' 'https://dl.gitea.com/gitea-runner/${{ steps.environment.outputs.version }}/gitea-runner-${{ steps.environment.outputs.version }}-linux-${{ matrix.architecture }}' /usr/bin/curl --verbose --location --output './sources/gitea-runner' 'https://dl.gitea.com/gitea-runner/${{ steps.environment.outputs.version }}/gitea-runner-${{ steps.environment.outputs.version }}-linux-${{ matrix.architecture }}'
- name: Gitea Runner [Action Cache Save] - name: Gitea Runner [Action Cache Save]
if: steps.cache-gitea.outputs.cache-hit != 'true' if: steps.cache-gitea.outputs.cache-hit != 'true'
uses: actions/cache/save@v5 uses: actions/cache/save@v5
+1 -1
View File
@@ -15,6 +15,7 @@ case "${1}" in
--disabled-password \ --disabled-password \
--disabled-login \ --disabled-login \
'git' > '/dev/null' 2>&1 'git' > '/dev/null' 2>&1
fi
/usr/bin/echo "########################################################################" /usr/bin/echo "########################################################################"
/usr/bin/echo "# #" /usr/bin/echo "# #"
/usr/bin/echo "# ! Run this commands as User 'git' and add your Gitea-Credentials ! #" /usr/bin/echo "# ! Run this commands as User 'git' and add your Gitea-Credentials ! #"
@@ -34,6 +35,5 @@ case "${1}" in
/usr/bin/echo "# /bin/chgrp 'root' '/etc/gitea-runner/runner' #" /usr/bin/echo "# /bin/chgrp 'root' '/etc/gitea-runner/runner' #"
/usr/bin/echo "# #" /usr/bin/echo "# #"
/usr/bin/echo "########################################################################" /usr/bin/echo "########################################################################"
fi
;; ;;
esac esac
@@ -83,6 +83,9 @@ cache:
# (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the # (or `gitea-runner cache-server`) is in use: the runner pre-registers each job's ACTIONS_RUNTIME_TOKEN with the
# cache-server, and the cache-server enforces bearer auth + per-repo cache isolation. # cache-server, and the cache-server enforces bearer auth + per-repo cache isolation.
external_secret: "" external_secret: ""
# When true, reuse a cached action instead of fetching from the remote on every job. Note: a moved tag
# (e.g. a re-tagged "v6") or an updated branch stays at the cached commit until its cache entry is removed.
offline_mode: false
host: host:
# The parent directory of a job's working directory. # The parent directory of a job's working directory.