mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
add release quality gate
This commit is contained in:
parent
585569e929
commit
f3428e49b8
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
false
|
false
|
||||||
|
|
||||||
release:
|
release:
|
||||||
# needs: [ wait-for-checks ]
|
needs: [ wait-for-checks ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: make ci-bootstrap
|
run: make ci-bootstrap
|
||||||
|
|
||||||
- name: Build snapshot artifacts
|
- name: Build & publish release artifacts
|
||||||
run: make release
|
run: make release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user