1
0
Fork 0

Fix the deployment workflow
Some checks failed
Deploy / build (push) Has been cancelled

This commit is contained in:
Moritz Ruth 2025-02-26 19:17:54 +01:00
parent 161583f093
commit 467c6ec186
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -5,7 +5,8 @@ jobs:
build:
runs-on: "docker"
container:
image: "code.forgejo.org/oci/alpine:3.21"
image: "code.forgejo.org/oci/node:22-alpine3.21"
steps:
- name: "Checkout"
uses: "https://code.forgejo.org/actions/checkout@v4"