Update azimuth-images to 0.7.0 (#264) #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish dependencies on release | |
on: | |
push: | |
tags: | |
- "**" | |
jobs: | |
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 | |
uses: actions/checkout@v3 | |
- name: Publish manifest to release | |
uses: softprops/action-gh-release@v1 | |
with: | |
files: dependencies.json |