From 1d9b29a38257a7aa4f818a4bce8278f768ce1a6f Mon Sep 17 00:00:00 2001 From: Philip Kuryloski Date: Mon, 25 Apr 2022 15:52:53 +0200 Subject: [PATCH] Turn off use of RCs in the OCI workflow for now #4623 should fix it and turn them back on --- .github/workflows/oci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml index fa997486d66b..15610750c6a4 100644 --- a/.github/workflows/oci.yaml +++ b/.github/workflows/oci.yaml @@ -30,14 +30,14 @@ jobs: image_tag_suffix: - otp-min - otp-max - - otp-rc + #! - otp-rc include: - image_tag_suffix: otp-min skip_otp_verify: false - image_tag_suffix: otp-max skip_otp_verify: false - - image_tag_suffix: otp-rc - skip_otp_verify: true + #! - image_tag_suffix: otp-rc + #! skip_otp_verify: true steps: - name: Checkout uses: actions/checkout@v3