File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11# This workflow runs tests, builds, and publishes the images. It performs no deployment.
22# It runs on all branches when code is pushed to ensure tests pass and images are available for testing purposes.
3- name :
3+ name : Build & Test Meet@Mensa
44
55# Run on all branches except main
66on :
1818 # Call the docker_build workflow to build and publish images
1919 build :
2020 name : Build & Publish Images
21- uses : ./.github/workflows/docker_build.yml
22-
23- # Call the kubernetes_deploy workflow to deploy to Rancher
24- deploy :
25- name : Deploy to Kubernetes Cluster
26- needs : build # wait for build to complete before running
27- uses : ./.github/workflows/kubernetes_deploy.yml
21+ uses : ./.github/workflows/docker_build.yml
You can’t perform that action at this time.
0 commit comments