We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05176d4 commit 903a58eCopy full SHA for 903a58e
.github/workflows/build_and_deploy_containers.yml
@@ -1,4 +1,5 @@
1
-name: Build and Deploy Containers
+name: Build and Push Containers
2
+description: Builds the backend source into binary containers for the current branch and pushes to the GitHub Container Registry.
3
4
on:
5
push:
.github/workflows/release.yml
-name: Build a new production release
+name: Build a New Production Release
+description: Builds the backend source into binary containers for branch main and pushes to the GitHub Container Registry as stable tag.
release:
0 commit comments