Skip to content

Commit

Permalink
Add mirror and chart publish jobs to tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Feb 4, 2024
1 parent 4936484 commit 4f0dcc9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f0dcc9

Please sign in to comment.