Add mirror and chart publish jobs to tag workflow
This commit is contained in:
parent
4936484beb
commit
4f0dcc969d
14
.github/workflows/tag.yml
vendored
14
.github/workflows/tag.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user