action runs-on fix

This commit is contained in:
2025-09-08 14:08:23 +03:00
parent b6efa15bd9
commit 72933609b1

View File

@@ -13,7 +13,7 @@ env:
jobs:
build-and-push:
runs-on: docker
runs-on: [docker, ubuntu-latest, self-hosted]
permissions:
contents: read
packages: write