forked from pub-solar/infra
1
0
Fork 0

fix: update forgejo-actions-runner token, use

docker image from https://git.pub.solar/pub-solar/actions-base-image
feat/matrix-moderation
teutat3s 2023-12-29 19:26:43 +01:00
parent 92c606b28f
commit 7e8f3c8cf5
Signed by untrusted user: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
tokenFile = config.age.secrets.forgejo-actions-runner-token.path;
labels = [
# provide a debian 12 bookworm base with Node.js for actions
"debian-latest:docker://node:20-bookworm"
"debian-latest:docker://git.pub.solar/pub-solar/actions-base-image:20-bookworm"
# fake the ubuntu name, commonly used in actions examples
"ubuntu-latest:docker://node:20-bookworm"
"ubuntu-latest:docker://git.pub.solar/pub-solar/actions-base-image:20-bookworm"
# alpine with Node.js
"alpine-latest:docker://node:20-alpine"
# nix flakes enabled image with Node.js