Skip to content

Commit 9f1d18c

Browse files
committed
Trying hyphen instead of colon for container version on UBI.
1 parent 79ea7a5 commit 9f1d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-ubi8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
shell: bash
1515
jobs:
1616
build:
17-
runs-on: registry.access.redhat.com/ubi8/ubi:latest
17+
runs-on: registry.access.redhat.com/ubi8/ubi-latest
1818
steps:
1919
- name: Install Build Tools
2020
run: |

0 commit comments

Comments
 (0)