We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef09e07 commit 18930bfCopy full SHA for 18930bf
2 files changed
.github/workflows/rebuild-devfile-registry.yml
@@ -12,8 +12,8 @@ name: Rebuild Devfile Registry
12
on:
13
push:
14
branches:
15
- - 'devspaces-[0-9].[0-9]+-rhel-8'
16
- - devspaces-3-rhel-8
+ - 'devspaces-[0-9].[0-9]+-rhel-9'
+ - devspaces-3-rhel-9
17
18
jobs:
19
publish:
devfile.yaml
@@ -4,7 +4,7 @@ metadata:
4
components:
5
- name: tools
6
container:
7
- image: registry.redhat.io/devspaces/udi-rhel8:3.19
+ image: registry.redhat.io/devspaces/udi-rhel9:3.19
8
endpoints:
9
- exposure: public
10
name: nodejs
0 commit comments