Skip to content

Bump the github-actions group with 3 updates #1092

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #1092

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