Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 #986

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2

Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 #986

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@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: true
- name: Build and release new images
uses: ./gh-actions/release-images
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}