Skip to content

Commit 3a3e3bf

Browse files
ci: Rename containers to open-controls-docs (#270)
Co-authored-by: Bailey Ivancic <[email protected]>
1 parent 14d729c commit 3a3e3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
8585
. ./.aws-credentials;
8686
aws eks update-kubeconfig --alias hidden --name platform-dev2 --region us-east-1;
87-
kubectl -n qctrl-platform set image deployment/python-open-controls-docs python-open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
87+
kubectl -n qctrl-platform set image deployment/open-controls-docs open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/open-controls-docs;
8888
'

.github/workflows/on-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
5454
. ./.aws-credentials;
5555
aws eks update-kubeconfig --alias hidden --name platform-prod --region us-west-2;
56-
kubectl -n qctrl-platform rollout restart deployment/python-open-controls-docs && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
56+
kubectl -n qctrl-platform rollout restart deployment/open-controls-docs && kubectl -n qctrl-platform rollout status deployment/open-controls-docs;
5757
'

0 commit comments

Comments
 (0)