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:
parent
adcc8d2f8d
commit
b087cdc002
|
@ -76,7 +76,7 @@ jobs:
|
||||||
url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@code.forgejo.org/infrastructure/next-digest
|
url: https://placeholder:${{ secrets.TOKEN_NEXT_DIGEST }}@code.forgejo.org/infrastructure/next-digest
|
||||||
ref_name: '${{ github.ref_name }}'
|
ref_name: '${{ github.ref_name }}'
|
||||||
image: 'codeberg.org/forgejo-experimental/forgejo'
|
image: 'codeberg.org/forgejo-experimental/forgejo'
|
||||||
image_suffix: '-rootless'
|
tag_suffix: '-rootless'
|
||||||
|
|
||||||
- name: set up go for the DNS update below
|
- name: set up go for the DNS update below
|
||||||
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
|
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
|
||||||
|
|
Loading…
Reference in New Issue