We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201ffbb commit dde4c99Copy full SHA for dde4c99
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
skaffold-version: 2.8.0
63
command: build
64
- repository: ${{ env.SKAFFOLD_DEFAULT_REPO }}
+ repository: ${{ vars.SKAFFOLD_DEFAULT_REPO }}
65
tag: ${{ github.event.inputs.tagVersion }}
66
67
helm-push:
0 commit comments