Skip to content

Commit

Permalink
Typo fix for quay links
Browse files Browse the repository at this point in the history
Links were broken
  • Loading branch information
razo7 committed Apr 27, 2023
1 parent 92ebdb5 commit 30f535c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/post-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
## Notable Changes
* TODO
## Release Artifacts
### Images
* Operator: quay.io/repository/medik8s/fence-agents-remediation-operator:${{ github.ref_name }}
* Bundle: quay.io/repository/medik8s/fence-agents-remediation-operator-bundle:${{ github.ref_name }}
* Catalog aka Index: quay.io/repository/medik8s/fence-agents-remediation-operator-catalog:${{ github.ref_name }}
* Operator: quay.io/medik8s/fence-agents-remediation-operator:${{ github.ref_name }}
* Bundle: quay.io/medik8s/fence-agents-remediation-operator-bundle:${{ github.ref_name }}
* Catalog aka Index: quay.io/medik8s/fence-agents-remediation-operator-catalog:${{ github.ref_name }}
### Source code and OLM manifests
Please find the source code and the OLM manifests in the `Assets` section below.
Expand Down

0 comments on commit 30f535c

Please sign in to comment.