From 441a916c5e72e1c5a0006e777ba91ce40ffcb504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 23 Feb 2024 19:46:00 +0100 Subject: [PATCH] Split label into runs-on and container fields --- .gitea/workflows/build-and-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 58898b8..c7e1293 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -3,7 +3,8 @@ on: [push] jobs: Build-And-Deploy: - runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04 + runs-on: ubuntu-latest + container: catthehacker/ubuntu:runner-22.04 steps: - name: Check out repository code uses: actions/checkout@v3