Skip to content

Bump to Kubernetes 1.31 #1606

Bump to Kubernetes 1.31

Bump to Kubernetes 1.31 #1606

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@692973e3d937129bcbf40652eb9f2f61becf3332
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 }}