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 b6012d6 commit 9826dc7Copy full SHA for 9826dc7
.github/workflows/wc-build-push.yml
@@ -32,10 +32,10 @@ on:
32
default-runner-labels:
33
description: >-
34
String or JSON array of runner labels for non-build jobs.
35
- Example: '["self-hosted", "linux", "x86_64"]' or 'ubuntu-latest'.
+ Example: ["self-hosted", "linux", "x86_64"] or ubuntu-latest.
36
required: false
37
type: string
38
- default: "ubuntu-latest"
+ default: ubuntu-latest
39
secrets:
40
DOCKER_REGISTRY_USERNAME:
41
description: "User name for Docker login, if not provided the GitHub actor will be used"
0 commit comments