From 92f9cc57d683294959752002c9a267fa54288273 Mon Sep 17 00:00:00 2001 From: dononitram Date: Mon, 1 Apr 2024 03:28:38 +0200 Subject: [PATCH] =?UTF-8?q?complete=20disaster=20(never=20self-hosting=20a?= =?UTF-8?q?gain=20=E2=98=A0=EF=B8=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0e3ba68..f0d91f03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,7 +70,7 @@ jobs: docker-push-webapp: name: Push webapp Docker Image to GitHub Packages - runs-on: self-hosted + runs-on: ubuntu-latest needs: [e2e-tests] permissions: