summaryrefslogtreecommitdiffstats
path: root/.forgejo
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2025-01-15 14:44:16 +0100
committerEarl Warren <contact@earl-warren.org>2025-01-15 14:44:16 +0100
commitee7b68842d6fd47864fb58db5ec6f6bdb9c9e430 (patch)
tree3e36b411d11da84877b5fa3ad9bd5027b314c43e /.forgejo
parentNew "one shot" type of execution by adding a new command called one-job. (#423) (diff)
downloadforgejo-runner-ee7b68842d6fd47864fb58db5ec6f6bdb9c9e430.tar.xz
forgejo-runner-ee7b68842d6fd47864fb58db5ec6f6bdb9c9e430.zip
fix: use data.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it works
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/build-release-integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/build-release-integration.yml b/.forgejo/workflows/build-release-integration.yml
index eaa75a7..1b3d874 100644
--- a/.forgejo/workflows/build-release-integration.yml
+++ b/.forgejo/workflows/build-release-integration.yml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- id: forgejo
- uses: https://code.forgejo.org/actions/setup-forgejo@v2.0.5
+ uses: https://data.forgejo.org/actions/setup-forgejo@v2.0.5
with:
user: root
password: admin1234