Skip to content

Commit

Permalink
Create devspaces-3-rhel-9 branch and update devfiles to reference rhe…
Browse files Browse the repository at this point in the history
…l9 images
  • Loading branch information
SDawley committed Dec 3, 2024
1 parent ba2f173 commit 3cd8b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-devfile-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name: Rebuild Devfile Registry
on:
push:
branches:
- 'devspaces-[0-9].[0-9]+-rhel-8'
- devspaces-3-rhel-8
- 'devspaces-[0-9].[0-9]+-rhel-9'
- devspaces-3-rhel-9

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
components:
- name: python
container:
image: registry.redhat.io/devspaces/udi-rhel8:3.19
image: registry.redhat.io/devspaces/udi-rhel9:3.19
volumeMounts:
- name: venv
path: /home/user/.venv
Expand Down

0 comments on commit 3cd8b14

Please sign in to comment.