CESNET-MCCG2 got image-sync enabled and relatedegi-ops project (#378) #66
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: "Deploy cloud-info" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- "deploy/**" | |
jobs: | |
deploy: | |
uses: ./.github/workflows/deploy.yml | |
with: | |
dir: "deploy/cloud-info" | |
tags: "cloud-info,docker" | |
secrets: inherit |