From 68f12ec78b1b61276065ee90d812a19944655005 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Thu, 16 Apr 2026 14:50:17 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/install.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/install.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/install.yaml b/.gitea/workflows/install.yaml index 9439b04..82769e6 100644 --- a/.gitea/workflows/install.yaml +++ b/.gitea/workflows/install.yaml @@ -25,3 +25,11 @@ jobs: run: | Start-Process msiexec.exe -ArgumentList "/i C:\install\MAX.msi /qn /norestart" -Wait "Installed successfully on $(hostname) at $(Get-Date)" | Out-File -FilePath "C:\install\git_MAX.txt" -Encoding utf8 + +#docker-latest + docker-latest: + runs-on: docker-latest + steps: + - name: docker ps + shell: bash + run: docker ps \ No newline at end of file