Skip to content

Remove CodeRabbit workflow #1436

Remove CodeRabbit workflow

Remove CodeRabbit workflow #1436

Workflow file for this run

---
name: Release Images
on:
workflow_dispatch:
push:
branches:
- release-0.23
- release-*
permissions: {}
jobs:
release:
name: Release Images
if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Build and release new images
uses: submariner-io/shipyard/gh-actions/release-images@release-0.23
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}