From 0aaf705be2c0d202b3c02b3634c2f6d4c956611f Mon Sep 17 00:00:00 2001 From: bilalgursen Date: Sun, 26 Jul 2026 01:05:06 +0300 Subject: [PATCH] =?UTF-8?q?CI:=20docker=20CLI=20i=C3=A7eren=20job=20imaj?= =?UTF-8?q?=C4=B1=20kullan=20(catthehacker/ubuntu:act-latest)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ce92119..baf14c7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,6 +7,8 @@ on: jobs: deploy: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest steps: - name: Kaynak kodu çek uses: actions/checkout@v4