Skip to content

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group #1217

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group #1217

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