We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce112 commit 5ec46c4Copy full SHA for 5ec46c4
.github/workflows/certify-ubi-image.yml
@@ -34,6 +34,9 @@ jobs:
34
name: Certify OpenShift UBI images
35
runs-on: ubuntu-24.04
36
steps:
37
+ - name: Checkout
38
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
+
40
- name: Certify UBI OSS images in quay
41
uses: ./.github/actions/certify-openshift-image
42
with:
0 commit comments