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