Skip to content

Bump github.com/cli/cli/v2 from v2.33.0 to v2.63.0 #1241

Bump github.com/cli/cli/v2 from v2.33.0 to v2.63.0

Bump github.com/cli/cli/v2 from v2.33.0 to v2.63.0 #1241

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