Skip to content

Skip gateway failover E2E test for wireguard #1518

Skip gateway failover E2E test for wireguard

Skip gateway failover E2E test for wireguard #1518

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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 }}