Skip to content

Bump the github-actions group with 5 updates #1661

Bump the github-actions group with 5 updates

Bump the github-actions group with 5 updates #1661

Workflow file for this run

---
name: Release Images
on:
push:
branches:
- release-0.15
- release-*
permissions: {}
jobs:
release:
name: Release Images
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- name: Build and release new images
uses: submariner-io/shipyard/gh-actions/[email protected]
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}