Skip to content

Commit

Permalink
Enable bumps of repo2docker in the BinderHub helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jun 17, 2022
1 parent 0047d50 commit 4ad3f4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bump-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Bump Image Tags

on:
workflow_dispatch:
# schedule:
# - cron: "0 0 * * 1" # Run at 00:00 UTC every Monday
schedule:
- cron: "0 0 * * 1" # Run at 00:00 UTC every Monday

env:
team_reviewers: tech-team
Expand All @@ -18,6 +18,9 @@ jobs:
include:
# For each new config_path to monitor, add a new item in this matrix.
# The Action can read multiple paths to images, but not multiple config files.
- name: "BinderHub/repo2docker bump"
config_path: "helm-charts/binderhub/values.yaml"
images_info: '{"values_path": ".binderhub.config.BinderHub.build_image"}'

# Turn of bumping of Pangeo images as per https://github.com/2i2c-org/infrastructure/issues/1240#issuecomment-1151212986
# - name: "pangeo-hubs common singleuser image"
Expand Down

0 comments on commit 4ad3f4b

Please sign in to comment.