summaryrefslogtreecommitdiffstats
path: root/.forgejo
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2023-08-25 16:34:19 +0200
committerEarl Warren <contact@earl-warren.org>2023-08-25 16:34:19 +0200
commitf2743b28daf7d289c7b43fa355ddb2c929e365b2 (patch)
tree2c5d7ca0974babc0291fb9527f5c512329974025 /.forgejo
parentthe binaries are published in the runner repository (diff)
downloadforgejo-runner-f2743b28daf7d289c7b43fa355ddb2c929e365b2.tar.xz
forgejo-runner-f2743b28daf7d289c7b43fa355ddb2c929e365b2.zip
[FORGEJO] all containers are rootless, no suffixes
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/publish-release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml
index 6b455a9..5d09542 100644
--- a/.forgejo/workflows/publish-release.yml
+++ b/.forgejo/workflows/publish-release.yml
@@ -41,6 +41,7 @@ jobs:
to-owner: ${{ secrets.TO_OWNER }}
repo: "runner"
ref-name: ${{ github.ref_name }}
+ container-suffixes: " "
doer: ${{ secrets.DOER }}
token: ${{ secrets.TOKEN }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}