Skip to content

Commit c178a64

Browse files
Updated runs on letter case.
1 parent 718d5ef commit c178a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-deploy:
1010
# Run on your self-hosted runner so it has Docker
11-
runs-on: [codebuilder-webapp, self-hosted, linux]
11+
runs-on: [codebuilder-webapp, self-hosted, Linux]
1212
# Alternatively: runs-on: [self-hosted, linux]
1313

1414
steps:

0 commit comments

Comments
 (0)