We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0e856 commit af0a42eCopy full SHA for af0a42e
.github/workflows/tester.yml
@@ -0,0 +1,16 @@
1
+name: Nightly release
2
+
3
+# Pushes `nightly` image tag as scheduled.
4
5
+on:
6
+ push:
7
8
+jobs:
9
+ k8s_canaries:
10
+ uses: ./.github/workflows/component_k8s_canaries.yml
11
+ with:
12
+ image-tag: nightly
13
+ cluster_name: Agent_Control_Canaries_Staging-Cluster
14
+ secrets:
15
+ AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
16
+ AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}
0 commit comments