We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a1a4f commit 718d5efCopy full SHA for 718d5ef
.github/workflows/deploy-docker.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-and-deploy:
10
# Run on your self-hosted runner so it has Docker
11
- runs-on: codebuilder-webapp
+ runs-on: [codebuilder-webapp, self-hosted, linux]
12
# Alternatively: runs-on: [self-hosted, linux]
13
14
steps:
0 commit comments