Skip to content

Test 4

Test 4 #9

Workflow file for this run

name: Nightly release
# Pushes `nightly` image tag as scheduled.
on:
push:
jobs:
k8s_canaries:
uses: ./.github/workflows/component_k8s_canaries.yml

Check failure on line 10 in .github/workflows/tester.yml

View workflow run for this annotation

GitHub Actions / Nightly release

Invalid workflow file

error parsing called workflow ".github/workflows/tester.yml" -> "./.github/workflows/component_k8s_canaries.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image-tag: nightly
cluster_name: Agent_Control_Canaries_Staging-Cluster
secrets:
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
AWS_VPC_SUBNET: ${{ secrets.AWS_VPC_SUBNET }}