Skip to content

Commit 14d729c

Browse files
ci: Update name of the Open Controls docs image (#269)
Co-authored-by: Li Li <[email protected]>
1 parent 6cd83d0 commit 14d729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yaml

Lines changed: 1 addition & 1 deletion
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/python-open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
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;
8888
'

0 commit comments

Comments
 (0)