Skip to content

Commit

Permalink
chore: set quay and clair releases (PROJQUAY-1486)
Browse files Browse the repository at this point in the history
Set quay and clair release defaults and pass to 'make prepare-release'
  • Loading branch information
Tom McKay committed Apr 23, 2021
1 parent c6e563e commit 9ce1df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
rdequired: true
quay_release:
description: 'version of quay (eg. v3.6.0)'
default: ''
quay_release:
default: 'v3.6.0-alpha.8'
clair_release:
description: 'version of clair (eg. 4.0.5)'
default: '4.0.5'
jira:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
env:
RELEASE: ${{ github.event.inputs.tag }}
run: |
make prepare-release RELEASE="${RELEASE#v}"
make prepare-release RELEASE="${RELEASE#v}" QUAY_RELEASE="${{ github.event.inputs.quay_release }}" CLAIR_RELEASE="${{ github.event.inputs.clair_release }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.5.1
with:
Expand Down

0 comments on commit 9ce1df7

Please sign in to comment.