diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index c3141c8..d491dce 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -11,6 +11,10 @@ jobs: runs-on: ubuntu-22.04 steps: + - name: Install older docker + uses: crazy-max/ghaction-setup-docker@v3 + with: + version: 24.0.7 # 1. Checkout the website repository (your app code) # ------------------------------------------------------------ - name: Checkout website repo