Skip to content

Commit

Permalink
Change: to new product compose workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus committed Nov 12, 2024
1 parent 331f22a commit 98f914c
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 98f914c

Please sign in to comment.