We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a332cc commit 8c94338Copy full SHA for 8c94338
.github/workflows/tester.yml
@@ -0,0 +1,17 @@
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
+ needs: [ build-image ]
12
+ with:
13
+ image-tag: nightly
14
+ cluster_name: Agent_Control_Canaries_Staging-Cluster
15
+ secrets:
16
+ AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
17
+ AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}
0 commit comments