-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix sidecar versioning and signing whls (#10623)
* style: fix cedarling versioning Signed-off-by: moabu <[email protected]> * ci: fix signing python cedarling whl Signed-off-by: moabu <[email protected]> * ci: build nightly off different targets Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ EXPOSE 5000 | |
LABEL org.opencontainers.image.url="ghcr.io/janssenproject/jans/cedarling-flask-sidecar" \ | ||
org.opencontainers.image.authors="Janssen Project <[email protected]>" \ | ||
org.opencontainers.image.vendor="Janssen Project" \ | ||
org.opencontainers.image.version="1.2.0-1" \ | ||
org.opencontainers.image.version="0.0.0-nightly" \ | ||
org.opencontainers.image.title="AuthZen Flask API" \ | ||
org.opencontainers.image.description="Flask API that implements the [AuthZen](https://openid.github.io/authzen/) specification with the [cedarling](../) python binding." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "flask-sidecar" | ||
version = "1.2.0" | ||
version = "0.0.0" | ||
description = "Sidecar for cedarling" | ||
authors = ["SafinWasi <[email protected]>"] | ||
license = "Apache-2.0" | ||
|