Skip to content

Commit

Permalink
Turn off use of RCs in the OCI workflow for now
Browse files Browse the repository at this point in the history
rabbitmq#4623 should fix it and turn them back on
  • Loading branch information
HoloRin committed Apr 25, 2022
1 parent dabb03d commit 1d9b29a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d9b29a

Please sign in to comment.