Skip to content

Commit

Permalink
Merge pull request #153 from greenbone/add-user-management
Browse files Browse the repository at this point in the history
Add: User-Management to container-build-push-3rd-gen.yml
  • Loading branch information
greenMika authored Jan 15, 2025
2 parents 2f5d05b + 77e3e70 commit 5fa1440
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 5fa1440

Please sign in to comment.