From 60a50c3bfbfa545385e73f9f872b036e795e50bb Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Fri, 11 Aug 2023 11:46:17 +0200 Subject: [PATCH] modified ci --- .gitea/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 4f8a0d8..4902d8a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -4,6 +4,8 @@ on: [push] jobs: Build and Publish Discord Bot: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v3