Skip to content

Merge pull request #44 from stackhpc/fix/remove-liveness-probe #7

Merge pull request #44 from stackhpc/fix/remove-liveness-probe

Merge pull request #44 from stackhpc/fix/remove-liveness-probe #7

Workflow file for this run

name: on tag
on:
push:
tags: ['**']
jobs:
publish_images:
uses: ./.github/workflows/publish-images.yaml
publish_charts:
needs: [publish_images]
uses: ./.github/workflows/publish-charts.yaml