Skip to content

Bump k8s.io/client-go from 0.27.14 to 0.27.15 in the gomod group #1144

Bump k8s.io/client-go from 0.27.14 to 0.27.15 in the gomod group

Bump k8s.io/client-go from 0.27.14 to 0.27.15 in the gomod group #1144

Workflow file for this run

---
name: Release Images
on:
workflow_dispatch:
push:
branches:
- release-0.16
- 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@a5ac7e51b41094c92402da3b24376905380afc29
with:
submodules: true
- name: Build and release new images
uses: ./gh-actions/release-images
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}