We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a2dfe commit 2b37010Copy full SHA for 2b37010
.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
env:
9
- name: QUARKUS_HTTP_HOST
10
value: 0.0.0.0
0 commit comments