Skip to content

Commit

Permalink
Add: User-Management to container-build-push-3rd-gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greenMika committed Jan 15, 2025
1 parent 2f5d05b commit 77e3e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container-build-push-3rd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ jobs:
*"opensight-opensearch"*)
url="opensight$prefix/$(basename ${{ inputs.image-url }})"
;;
*"user-management"*)
url="opensight$prefix/$(basename ${{ inputs.image-url }})"
;;
*"opensight-notification-service"*)
url="opensight$prefix/$(basename ${{ inputs.image-url }})"
;;
Expand Down

0 comments on commit 77e3e70

Please sign in to comment.