Skip to content

Commit

Permalink
Change: to new product compose workflow (#44)
Browse files Browse the repository at this point in the history
## What
Change: to new product compose workflow
<!--
  Describe what changes are being made, e.g. which feature/bug is being
  developed/fixed in this PR? How did you verify the changes in this PR?
-->

## Why
DEVOPS-1255
<!-- Describe why are these changes necessary? -->

## References
DEVOPS-1255
  • Loading branch information
pascalholthaus authored Nov 12, 2024
2 parents 331f22a + 98f914c commit e0cd8b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Container and Helm Chart
name: Build and Push Container with Product Compose Upgrade

on:
push:
Expand All @@ -16,9 +16,9 @@ permissions:
jobs:
building:
name: OpenSight Notification Service
uses: greenbone/workflows/.github/workflows/helm-container-build-push-3rd-gen.yml@main
uses: greenbone/workflows/.github/workflows/container-build-push-3rd-gen.yml@main
with:
helm-chart: opensight-notification-service
service: opensight-notification-service
image-url: ${{ github.repository }}
image-labels: |
org.opencontainers.image.vendor=Greenbone
Expand Down

0 comments on commit e0cd8b4

Please sign in to comment.