release: nodejs fuer actions/checkout auf dem host-Runner installieren
CI / test (push) Successful in 11m38s
CI / test (push) Successful in 11m38s
This commit is contained in:
@@ -11,6 +11,7 @@ name: Release Images
|
||||
#
|
||||
# Spiegelt den Godforge/deploy.yml-Stil (host-Runner, curl+jq, secrets.GITEATOKEN).
|
||||
# Hinweis: braucht das buildx-Plugin und privilegiertes QEMU-binfmt fuer arm64.
|
||||
# nodejs ist noetig, weil actions/checkout eine Node-Action ist.
|
||||
|
||||
on:
|
||||
release:
|
||||
@@ -27,7 +28,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install deps
|
||||
run: apk add --no-cache curl jq git docker-cli docker-cli-buildx
|
||||
run: apk add --no-cache curl jq git nodejs docker-cli docker-cli-buildx
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user