Skip to content

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #851

Bump actions/upload-artifact from 3.1.2 to 3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #851

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 }}