diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 366a1ae..bd843d4 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,6 +11,9 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh + - name: Log in to Container Registry uses: https://github.com/docker/login-action@v2 with: