Skip to content

Commit f65cb7e

Browse files
committed
fix: add description to dev build workflow
1 parent 5f6331c commit f65cb7e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
name : Build and Deploy to Dev
213

314
on:

0 commit comments

Comments
 (0)