We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226ff56 commit 95367e1Copy full SHA for 95367e1
.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, Linux, X64, Codebuilder]
+ runs-on: self-hosted
12
# Alternatively: runs-on: [self-hosted, linux]
13
14
steps:
0 commit comments