define container for action
Build / build (push) Has been cancelled

This commit is contained in:
Lukas Höppner
2026-05-19 16:54:00 +02:00
parent d7a2c0b750
commit b286c85da2
+3 -1
View File
@@ -8,7 +8,9 @@ on:
jobs:
build:
runs-on: self-hosted
runs-on: docker
container:
image: node:20
steps:
- name: Checkout repository
uses: actions/checkout@v4