We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66deef7 commit 591e094Copy full SHA for 591e094
‎.github/workflows/docker-build.yml‎
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
checkout:
22
- runs-on: [self-hosted, ${{ inputs.runners }}, ${{ inputs.architecture }}]
+ runs-on: self-hosted
23
outputs:
24
sha: ${{ steps.get-sha.outputs.sha }}
25
steps:
0 commit comments