lets try self hosted runner
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user