change run on
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 15s

This commit is contained in:
Tom Trappmann
2025-12-22 21:42:21 +01:00
parent 2e21d28864
commit 267fff4af7

View File

@@ -6,8 +6,9 @@ on:
jobs:
deploy:
runs-on: [self-hosted, linux, docker]
runs-on: main
container:
image: node:20-bullseye
steps:
- name: Checkout
uses: actions/checkout@v4