We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3ab6 commit 5cae68bCopy full SHA for 5cae68b
.github/workflows/publish.yaml
@@ -28,6 +28,12 @@ jobs:
28
id: get_repo_owner
29
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
30
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
+
37
- name: Docker Login
38
run: >
39
echo ${{ secrets.GITHUB_TOKEN }} |
0 commit comments