From c283955facec3ea4def4576bb9d47cb702b5bf9a Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Thu, 21 Mar 2024 16:17:51 +0700 Subject: [PATCH] Updated build stage --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5430f7d..2b0b939 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,8 +8,7 @@ jobs: build: name: Build and push image runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest + container: catthehacker/ubuntu:act-latest steps: - name: Check out repository code uses: actions/checkout@v3