Skip to content

Commit

Permalink
Add the che-incubator/jetbrains-ide-dev-server to the base image ta…
Browse files Browse the repository at this point in the history
…g updater job (#90)

* Add the 'che-incubator/jetbrains-ide-dev-server' to the base image tag updater job.

Signed-off-by: Artem Zatsarynnyi <[email protected]>

* Update approvePRs.sh

---------

Signed-off-by: Artem Zatsarynnyi <[email protected]>
  • Loading branch information
azatsarynnyy authored Nov 25, 2024
1 parent eb64a30 commit ad9edb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/update-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
che-incubator/che-code,
che-incubator/configbump,
che-incubator/jetbrains-editor-images,
che-incubator/jetbrains-ide-dev-server,
che-incubator/kubernetes-image-puller,
che-incubator/kubernetes-image-puller-operator,
devfile/devworkspace-operator,
Expand All @@ -41,6 +42,7 @@ jobs:
- { repo: "che-incubator/che-code", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "che-incubator/configbump", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "che-incubator/jetbrains-editor-images", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "che-incubator/jetbrains-ide-dev-server", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "che-incubator/kubernetes-image-puller", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "che-incubator/kubernetes-image-puller-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
- { repo: "devfile/devworkspace-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" }
Expand All @@ -62,6 +64,7 @@ jobs:
che-incubator/che-code,
che-incubator/configbump,
che-incubator/jetbrains-editor-images,
che-incubator/jetbrains-ide-dev-server,
che-incubator/kubernetes-image-puller,
che-incubator/kubernetes-image-puller-operator,
devfile/devworkspace-operator,
Expand Down
3 changes: 2 additions & 1 deletion utils/approvePRs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ che-incubator/chectl \
che-incubator/che-code \
che-incubator/configbump \
che-incubator/jetbrains-editor-images \
che-incubator/jetbrains-ide-dev-server \
che-incubator/kubernetes-image-puller \
che-incubator/kubernetes-image-puller-operator \
devfile/devworkspace-operator \
Expand Down Expand Up @@ -93,4 +94,4 @@ for ownerRepo in $DEFAULT_REPOS; do
fi
echo
fi
done
done

0 comments on commit ad9edb9

Please sign in to comment.