diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index bd843d4..94df8a4 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,8 +11,10 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - - name: Install Docker - run: curl -fsSL https://get.docker.com | sh + - name: Install Git + Docker + run: | + apt update && apt install git + curl -fsSL https://get.docker.com | sh - name: Log in to Container Registry uses: https://github.com/docker/login-action@v2