🐛 Fix gha script did not setup docker

This commit is contained in:
2025-09-19 22:56:20 +08:00
parent 2ace444dbb
commit b152edb848

View File

@@ -27,6 +27,9 @@ jobs:
with: with:
dotnet-version: "9.0.x" dotnet-version: "9.0.x"
- name: Set up Docker
uses: docker/setup-docker-action@v4
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: