Skip to content

Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 #848

Bump docker/setup-qemu-action from 2.2.0 to 3.0.0

Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 #848

Workflow file for this run

---
name: Release Images
on:
push:
branches:
- release-0.13
- release-*
jobs:
release:
name: Release Images
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
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 }}