We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289da6f commit c98aeb5Copy full SHA for c98aeb5
.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: self-hosted
+ runs-on: codebuilder-runner
12
# Alternatively: runs-on: [self-hosted, linux]
13
14
steps:
0 commit comments