Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Publish new versions of authenticated functions
Browse files Browse the repository at this point in the history
Includes patches for new changes to GitHub Auth API

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 8, 2020
1 parent caedab1 commit 50cb7b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.18.0
image: functions/of-git-tar:0.19.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -86,7 +86,7 @@ functions:
buildshiprun:
lang: go
handler: ./buildshiprun
image: functions/of-buildshiprun:0.13.1
image: functions/of-buildshiprun:0.14.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down Expand Up @@ -140,7 +140,7 @@ functions:
github-status:
lang: go
handler: ./github-status
image: functions/github-status:0.4.1
image: functions/github-status:0.5.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down

0 comments on commit 50cb7b5

Please sign in to comment.