Skip to content

Commit f6394a1

Browse files
committed
Make Release Image not update deploy or bundle in main
Signed-off-by: jose.vazquez <[email protected]>
1 parent 7861579 commit f6394a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,10 @@ jobs:
257257
git checkout -f -b "$BRANCH" origin/main
258258
git push -f origin "$BRANCH"
259259
260-
# Update Helm Charts & Deploy on main
260+
# Update Helm Charts on main
261261
cp -r "$RELEASE_DIR/helm-charts" .
262-
cp -r "$RELEASE_DIR/deploy" .
263262
264-
git add -f "$RELEASE_DIR" helm-charts deploy
263+
git add -f "$RELEASE_DIR" helm-charts
265264
scripts/create-signed-commit.sh
266265
267266
gh pr create \

0 commit comments

Comments
 (0)