From 7bfcb0d522c7f417e1edae7d68b2f4b87a9e454c 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 26ed1fe..03fe7a8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,11 +11,6 @@ jobs: 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