Add mirror and chart publish jobs to tag workflow

This commit is contained in:
Matt Pryor 2024-02-04 15:55:46 +00:00 committed by GitHub
parent 4936484beb
commit 4f0dcc969d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,19 @@ on:
- "**"
jobs:
publish_release:
mirror_container_images:
uses: ./.github/workflows/sync-images.yaml
secrets: inherit
with:
ref: ${{ github.sha }}
publish_charts:
uses: ./.github/workflows/publish-charts.yaml
secrets: inherit
with:
ref: ${{ github.sha }}
publish_dependencies:
runs-on: ubuntu-latest
steps:
- name: Check out the repository