Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
publishimage test
Browse files Browse the repository at this point in the history
  • Loading branch information
wepudt committed May 31, 2023
1 parent 17217ce commit eb24538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-rc.* # include prerelease tags too

permissions:
contents: read
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:

push-rhcc:
name: Push amd64 image to RHCC
if: ${{ !contains(github.ref-name, '-rc') }}
environment: Release
needs: [prepare, build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb24538

Please sign in to comment.