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