From d229761725f62ac03173e7ce960355fa94a6f6f0 Mon Sep 17 00:00:00 2001 From: David Bohl Date: Sat, 11 Jan 2025 17:15:31 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfd93d7..5e8cb5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ env: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: build-and-push-image: - #runs-on: self-hosted + runs-on: ubuntu # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read