Skip to content

Add updatedby and createdby cluster fields (#89) #11

Add updatedby and createdby cluster fields (#89)

Add updatedby and createdby cluster fields (#89) #11

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