File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v4
5151 with :
5252 repository : bcgov-c/tenant-gitops-fc726a
53- ref : stage
53+ ref : main
5454 token : ${{ secrets.ARGO_PAT }}
5555 path : gitops
5656
8787 git add .
8888
8989 git commit -m "Update Prod Admin image tag"
90- git push origin stage # Update the branch name as needed
90+ git push origin main # Update the branch name as needed
9191
9292 - name : Update API Helm Values and Commit
9393 id : helm-api
@@ -122,7 +122,7 @@ jobs:
122122 git add .
123123
124124 git commit -m "Update Prod API image tag"
125- git push origin stage # Update the branch name as needed
125+ git push origin main # Update the branch name as needed
126126
127127 - name : Update FRONTEND Helm Values and Commit
128128 id : helm-frontend
@@ -157,7 +157,7 @@ jobs:
157157 git add .
158158
159159 git commit -m "Update Prod FRONTEND image tag"
160- git push origin stage # Update the branch name as needed
160+ git push origin main # Update the branch name as needed
161161
162162
163163
You can’t perform that action at this time.
0 commit comments