lets try self hosted runner

This commit is contained in:
Letro Bot
2026-04-07 21:24:26 +03:30
parent eb6f9e3d34
commit 37e95f8b3e

View File

@@ -190,7 +190,8 @@ jobs:
build-image:
name: Build and push Docker image
if: github.event_name == 'push' || github.event.label.name == 'Z-Build-Workflow'
runs-on: ubuntu-24.04
#runs-on: ubuntu-24.04
runs-on: self-hosted
outputs:
metadata: ${{ steps.output.outputs.metadata }}