From cc888bd24405eb5bf7b9c735ab7938bfe908b241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 26 Mar 2024 17:25:27 +0100 Subject: [PATCH] Use ubuntu:act image instead of ubuntu:runner for the job container --- .gitea/workflows/build-and-deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index acbe608..9998f43 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -4,10 +4,8 @@ on: [push] jobs: Build-And-Deploy: runs-on: ubuntu-latest - container: catthehacker/ubuntu:runner-22.04 + container: catthehacker/ubuntu:act-22.04 steps: - - name: Set up Docker daemon socket permissions - uses: https://github.com/imlonghao/gitea-runner-docker-permission-fix@main - name: Check out repository code uses: actions/checkout@v3 - name: Build Docker image