mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
ci: filter out artifacts
This commit is contained in:
parent
ce98553a5b
commit
524238b559
1 changed files with 12 additions and 12 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -159,6 +159,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
pattern: "*.zip"
|
||||||
|
|
||||||
- name: Check if CLI version is pre-release
|
- name: Check if CLI version is pre-release
|
||||||
id: is_prerelease
|
id: is_prerelease
|
||||||
|
@ -294,4 +295,3 @@ jobs:
|
||||||
- name: Inspect image
|
- name: Inspect image
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{ needs.prepare.outputs.registry_image }}:${{ needs.prepare.outputs.registry_version }}
|
docker buildx imagetools inspect ${{ needs.prepare.outputs.registry_image }}:${{ needs.prepare.outputs.registry_version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue