From b087cdc002155c8335e931439cf7f9dc72c0e511 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 31 Oct 2024 12:24:40 +0100 Subject: [PATCH] chore(ci): use rootless for the container images sent to k8s The input to the action is not image_suffix but tag_suffix. It finds an image and does not error. But it is the root image and the k8s cluster needs the rootless image. --- .forgejo/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml index 106c7d00db..81b61655e8 100644 --- a/.forgejo/workflows/publish-release.yml +++ b/.forgejo/workflows/publish-release.yml @@ -76,7 +76,7 @@ jobs: url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@code.forgejo.org/infrastructure/next-digest ref_name: '${{ github.ref_name }}' image: 'codeberg.org/forgejo-experimental/forgejo' - image_suffix: '-rootless' + tag_suffix: '-rootless' - name: set up go for the DNS update below if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''