lable self-hosted change to windows

This commit is contained in:
2026-08-23 11:34:10 +03:30
parent 8b462ea45a
commit a43c433d55
2 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ defaults:
jobs:
build-and-push:
runs-on: self-hosted
runs-on: windows
outputs:
image_tag: ${{ steps.meta.outputs.image_tag }}
steps:
@@ -110,7 +110,7 @@ jobs:
deploy:
needs: build-and-push
runs-on: self-hosted
runs-on: windows
steps:
- name: Checkout (shallow clone from this Gitea — no gitea.com)
run: |