We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f158561 commit 79821d4Copy full SHA for 79821d4
.github/workflows/build.yaml
@@ -35,7 +35,9 @@ jobs:
35
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
36
37
- name: Pull templates
38
- run: faas-cli template pull
+ run: |
39
+ faas-cli template pull https://github.com/openfaas/templates-classic
40
+ faas-cli template pull https://github.com/openfaas/golang-http-template
41
42
- name: Build multi-arch functions
43
run: >
0 commit comments