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 b094833 commit 05e6058Copy full SHA for 05e6058
.github/workflows/k8s_edit.yml
@@ -78,6 +78,8 @@ jobs:
78
-f ${{ env.KUBERNETES_MANIFEST_FILE_PATH }} \
79
-r ${{ env.AZURE_CONTAINER_REGISTRY }} \
80
-t ${{ env.IMAGE_TAG }}
81
+
82
+ rm -rf cicd-deployment-scripts-self-hosted
83
84
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
85
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
@@ -88,6 +90,6 @@ jobs:
88
90
--head $AUTOMATED_RELEASE_BRANCH \
89
91
--title "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" \
92
--body "Automated release for ${{ github.event.repository.name }}: $KUBERNETES_POD_NEW_IMAGE" \
- --assignee ${{ github.repository_owner }}/devops-admin \
93
--draft \
94
--repo ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }} || true
95
+ # --reviewer ${{ github.repository_owner }}/devops-admin \
0 commit comments