From 6fba528670be9cd1d8e0e36a6690ee6938397a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 23 Feb 2024 19:30:14 +0100 Subject: [PATCH] Correct image rto one of the runner image's defaults --- .gitea/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index ca24c89..58898b8 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -3,7 +3,7 @@ on: [push] jobs: Build-And-Deploy: - runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04 steps: - name: Check out repository code uses: actions/checkout@v3