From ae755d88597b9efa9f36d391a0cdd6b4df4ee38e Mon Sep 17 00:00:00 2001 From: urec56 Date: Wed, 9 Apr 2025 12:55:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=20ci/cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 21280bd..136b9e5 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -2,5 +2,7 @@ on: [push] jobs: test: runs-on: docker + container: + image: alpine:3.20 steps: - run: echo All Good \ No newline at end of file