We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6331c commit f65cb7eCopy full SHA for f65cb7e
1 file changed
.github/workflows/build.yml
@@ -1,3 +1,14 @@
1
+# This worklflow will perform following actions when the code is pushed to development branch:
2
+# - Run end to end test.
3
+# - Check Linting.
4
+# - Build the latest docker image in development which needs both e2etest and lint to pass first.
5
+# - Push the latest docker image to Google Artifact Registry-Dev.
6
+# - Rollout the latest image in GKE.
7
+#
8
+# Maintainers:
9
+# - name: Nisha Sharma
10
+# - email: nisha.sharma@uni-jena.de
11
+
12
name : Build and Deploy to Dev
13
14
on:
0 commit comments