ci: specify OCI image
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Matthieu Bessat 2024-04-13 14:24:27 +02:00
parent 9549603bec
commit ac424f868a

View file

@ -3,6 +3,8 @@ jobs:
test:
runs-on: docker
# by default it runs on a node.js debian image
container:
image: code.forgejo.org/oci/node:20-bookworm
steps:
- name: Install rsync
run: apt update && apt install -y rsync