Skip to content

Commit 0cff9f4

Browse files
committed
update the ci workflow to build the ubi base image as well
1 parent d7c1362 commit 0cff9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
architecture: ["arm64", "amd64"]
28-
image: ["wolfi-base", "wolfi-py3.12-slim", "rocky9.2-slim", "rocky9.2-cpu", "rocky9.2-gpu"]
28+
image: ["wolfi-base", "wolfi-py3.12-slim", "rocky9.2-slim", "rocky9.2-cpu", "rocky9.2-gpu", "ubi9.4"]
2929
runs-on: ubuntu-latest-m
3030
needs: [set-short-sha]
3131
env:

0 commit comments

Comments
 (0)