From b96b506af49a52a2210bc09373ce84d855decaad Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 21 May 2024 11:29:42 +0200 Subject: [PATCH] finally like this? --- .gitea/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 26ed1fe..280e319 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,14 +8,9 @@ name: Build and docker image jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu:latest steps: - - name: Install prerequisites - run: | - apt update - apt install -y docker - - uses: https://gitea.com/actions/checkout@v4 - name: Docker login