Skip to content

Bump github.com/operator-framework/operator-sdk from 1.31.0 to 1.32.0 #88

Bump github.com/operator-framework/operator-sdk from 1.31.0 to 1.32.0

Bump github.com/operator-framework/operator-sdk from 1.31.0 to 1.32.0 #88

Workflow file for this run

---
name: Release Images
on:
workflow_dispatch:
push:
branches:
- devel
- 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@8ade135a41bc03ea155e62e844d188df1ea18608
with:
fetch-depth: 0
- name: Build and release new images
uses: submariner-io/shipyard/gh-actions/release-images@devel
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}