Skip to content

Changed aiblock ticker #49

Changed aiblock ticker

Changed aiblock ticker #49

Workflow file for this run

name: build-deploy
on:
push:
branches:
- main
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
uses: aiblockofficial/platform/.github/workflows/build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
scan-image:
uses: aiblockofficial/platform/.github/workflows/scan-image.yml@main

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "aiblockofficial/platform/.github/workflows/scan-image.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
needs: build
with:
IMAGE: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}:${{ github.sha }}
deploy:
uses: aiblockofficial/platform/.github/workflows/deploy.yml@main
secrets: inherit
needs: scan-image
with:
REGION: ${{ vars.REGION }}
PROJECT_ID: ${{ vars.PROJECT_ID }}
CLUSTER_NAME: ${{ vars.CLUSTER_NAME }}
DEPLOYMENT: aiblock-dev