Skip to content

Commit

Permalink
Add: management-console support
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Oct 24, 2024
1 parent 9dbd744 commit 5d76b2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-container-build-push-3rd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
*"scan-management"*)
url="opensight-appliance$prefix/$(basename ${{ inputs.image-url }})"
;;
*"management-console"*)
url="opensight-management-console$prefix/$(basename ${{ inputs.image-url }})"
;;
*"opensight-postgres"*)
url="opensight$prefix/$(basename ${{ inputs.image-url }})"
;;
Expand Down Expand Up @@ -239,7 +242,7 @@ jobs:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: "greenbone/automatix"
workflow: "push.yml"
inputs: '{"service": "${{ inputs.helm-chart }}", "image-url": "${{ needs.building-container-greenbone-reg.outputs.image-url }}", "digest": "${{ needs.building-container-greenbone-reg.outputs.digest }}", "version": "${{ github.ref_name }}"}'
inputs: '{"service": "${{ inputs.helm-chart }}", "image-url": "${{ inputs.image-url }}", "digest": "${{ needs.building-container.outputs.digest }}", "version": "${{ github.ref_name }}"}'

notify:
needs:
Expand Down

0 comments on commit 5d76b2a

Please sign in to comment.