Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit d48a7ea

Browse files
authored
🌱 update .builder-image-version.txt with builder image updates (#168)
update .builder-image-version.txt with builder image updates Signed-off-by: kranurag7 <[email protected]>
1 parent 4a7f458 commit d48a7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/schedule-update-bot.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
5555
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'
5656
BUILDER_IMAGE: 'ghcr.io/sovereigncloudstack/cspo-builder'
57-
RENOVATE_POST_UPGRADE_TASKS: '{ commands: ["BUILD_IMAGE_TOKEN=${{ secrets.GITHUB_TOKEN }} BUILD_IMAGE_USER=${{ github.actor }} CI=true ./hack/upgrade-builder-image.sh"], fileFilters: ["Makefile", ".github/**/*.yml", ".github/**/*.yaml"], executionMode: "branch"}'
57+
RENOVATE_POST_UPGRADE_TASKS: '{ commands: ["BUILD_IMAGE_TOKEN=${{ secrets.GITHUB_TOKEN }} BUILD_IMAGE_USER=${{ github.actor }} CI=true ./hack/upgrade-builder-image.sh"], fileFilters: ["Makefile", ".builder-image-version.txt", ".github/**/*.yml", ".github/**/*.yaml"], executionMode: "branch"}'
5858
with:
5959
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}
6060
token: "x-access-token:${{ steps.generate-token.outputs.token }}"

0 commit comments

Comments
 (0)