trying to lock docker version
Some checks failed
Publish Website / publish (push) Failing after 26s

This commit is contained in:
Akshay
2025-07-23 14:45:47 -04:00
parent ab287bed4c
commit ecbe0362e6

View File

@@ -9,6 +9,12 @@ on:
jobs: jobs:
publish: publish:
runs-on: ubuntu-22.04 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: steps:
# 1. Checkout the website repository (your app code) # 1. Checkout the website repository (your app code)
# ------------------------------------------------------------ # ------------------------------------------------------------