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.
This commit is contained in:
Earl Warren 2024-10-31 12:24:40 +01:00
parent adcc8d2f8d
commit b087cdc002
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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 != ''