Skip to content

Enable authentication (#9) #1

Enable authentication (#9)

Enable authentication (#9) #1

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