Skip to content

Commit

Permalink
release identity provider service
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 6, 2024
1 parent 42a8800 commit f788b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-identity-provider-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
BUILD_ARGS: |
base_image_tag=rust1.73-ghc9.6.4
DOCKER_FILE: scripts/identity-provider-service.Dockerfile
CARGO_FILE_PATH: identity-provider-service/Cargo.toml
secrets: inherit
2 changes: 1 addition & 1 deletion identity-provider-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "identity-provider-service"
version = "0.5.6"
version = "0.5.7"
authors = ["Concordium AG <[email protected]>"]
edition = "2018"
license-file = "../../LICENSE-APACHE"
Expand Down

0 comments on commit f788b90

Please sign in to comment.