From 3645899adf0e7a7bbc7e6e6b671fb6eefcfb927c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 23 Feb 2024 16:43:22 +0100 Subject: [PATCH] Add a Doicker installation step --- .gitea/workflows/build-and-deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index ec9d8d6..57a1ec6 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -6,6 +6,8 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh - name: Check out repository code uses: actions/checkout@v3 - name: Build Docker image