Skip to content

Commit 79821d4

Browse files
committed
Add legacy templates repo
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f158561 commit 79821d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
3636

3737
- name: Pull templates
38-
run: faas-cli template pull
38+
run: |
39+
faas-cli template pull https://github.com/openfaas/templates-classic
40+
faas-cli template pull https://github.com/openfaas/golang-http-template
3941
4042
- name: Build multi-arch functions
4143
run: >

0 commit comments

Comments
 (0)