From ecbe0362e64f81b48d1b8b8604994ea2e662e566 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 23 Jul 2025 14:45:47 -0400 Subject: [PATCH] trying to lock docker version --- .gitea/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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) # ------------------------------------------------------------