Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions oauth2-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: oauth2-proxy
version: "7.14.0"
version: "7.14.1"
epoch: 0
description: Reverse proxy and static file server that provides authentication using various providers to validate accounts by email, domain or group.
copyright:
Expand All @@ -26,7 +26,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/oauth2-proxy/oauth2-proxy
expected-commit: 707e6c4a1cb757b575eeb4603bfcd00406a2e3b4
expected-commit: 7bf586c898144cfdf83b08db2b0c1e605f82b021
tag: v${{package.version}}

- uses: go/build
Expand Down
Loading