chore(deps): update dependency microsoft.azure.kusto.language to v11.… #106
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: Push Preview Images | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths: | |
- .github/workflows/preview-images.yml | |
- src/** | |
jobs: | |
ship_scraper_preview: | |
name: Ship Scraper Preview | |
uses: ./.github/workflows/templates-build-push-image.yml | |
with: | |
image_name: ghcr.io/tomkerkhove/promitor-agent-scraper-preview | |
project_name: Promitor.Agents.Scraper | |
version: '2.9.0' | |
ship_discovery_preview: | |
name: Ship Resource Discovery Preview | |
uses: ./.github/workflows/templates-build-push-image.yml | |
with: | |
image_name: ghcr.io/tomkerkhove/promitor-agent-resource-discovery-preview | |
project_name: Promitor.Agents.ResourceDiscovery | |
version: '0.9.0' |