From ac89655b5e5d4cf36fc0cc6c33a9a2725a6ab829 Mon Sep 17 00:00:00 2001 From: Kevin Allioli Date: Thu, 6 Jul 2023 16:02:50 +0200 Subject: [PATCH] Update create-image.yml --- .github/workflows/create-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index 2401b6a..7aef16e 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -8,9 +8,10 @@ on: tags: - '*' + jobs: build-image: - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux] steps: - name: Install prerequisites run: |