Skip to content

Provision GW LB service in accordance with OCP platform #1387

Provision GW LB service in accordance with OCP platform

Provision GW LB service in accordance with OCP platform #1387

Workflow file for this run

---
name: Release Images
on:
workflow_dispatch:
push:
branches:
- devel
- release-*
permissions: {}
jobs:
release:
name: Release Images
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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 }}