diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index c6d92fa..dcd904d 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -9,6 +9,12 @@ on: jobs: publish: runs-on: ubuntu-22.04 + container: + image: docker:28.2 + services: + docker:dind: + image: docker:28.2-dind + command: ["--storage-driver=overlay2", "--tls=false"] steps: # 1. Checkout the website repository (your app code) # ------------------------------------------------------------