Skip to content

Commit

Permalink
Add legacy templates repo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 24, 2025
1 parent f158561 commit 79821d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV

- name: Pull templates
run: faas-cli template pull
run: |
faas-cli template pull https://github.com/openfaas/templates-classic
faas-cli template pull https://github.com/openfaas/golang-http-template
- name: Build multi-arch functions
run: >
Expand Down

0 comments on commit 79821d4

Please sign in to comment.