Skip to content

Commit 5cae68b

Browse files
committed
Pull relevant templates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 79f3ab6 commit 5cae68b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
id: get_repo_owner
2929
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
3030

31+
- name: Pull templates
32+
run: |
33+
faas-cli template pull https://github.com/openfaas/templates
34+
faas-cli template pull https://github.com/openfaas/templates-classic
35+
faas-cli template pull https://github.com/openfaas/golang-http-template
36+
3137
- name: Docker Login
3238
run: >
3339
echo ${{ secrets.GITHUB_TOKEN }} |

0 commit comments

Comments
 (0)