Skip to content

Commit

Permalink
Release 20210729
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Vala <[email protected]>
  • Loading branch information
mvalarh committed Jul 29, 2021
1 parent 6c5661b commit e8c6141
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/operator_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
name: Operator release

on:
push:
branches:
- master
- main
push:
branches:
- master
- main
workflow_dispatch:
inputs:
release:
description: 'Force to run release'
required: true
default: '0'

env:
OPP_DEBUG: 1
Expand Down Expand Up @@ -38,6 +44,7 @@ env:
OPP_REVIEWERS_ENABLED: 0


OPP_ALLOW_FORCE_RELEASE: ${{ github.event.inputs.release }}
REGISTRY_RELEASE_API_TOKEN: ${{ secrets.REGISTRY_RELEASE_API_TOKEN }}
REGISTRY_MIRROR_PW: ${{ secrets.REGISTRY_MIRROR_PW }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repo is the canonical source for Kubernetes Operators that appear on [Opera

## Documentation

Full documentation is generated via [mkdoc](https://www.mkdocs.org/) and is located at [https://redhat-openshift-ecosystem.github.io/community-operators-pipeline/](https://redhat-openshift-ecosystem.github.io/community-operators-pipeline/)
Full documentation is generated via [mkdoc](https://www.mkdocs.org/) and is located at [https://k8s-operatorhub.github.io/community-operators/](https://k8s-operatorhub.github.io/community-operators/)

## IMPORTANT NOTICE

Expand Down

0 comments on commit e8c6141

Please sign in to comment.