Skip to content

Bump golang.org/x/net from 0.21.0 to 0.23.0 #1125

Bump golang.org/x/net from 0.21.0 to 0.23.0

Bump golang.org/x/net from 0.21.0 to 0.23.0 #1125

Workflow file for this run

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