Update .gitea/workflows/actions.yaml
Some checks failed
build-image / Parse tag from upstream metadata (push) Successful in 2s
build-image / Container image (push) Failing after 14s
build-image / Semantic Release (push) Has been skipped

This commit is contained in:
2026-01-07 12:32:35 +00:00
parent 9234035a2f
commit 59303a23f3

View File

@@ -24,9 +24,13 @@ jobs:
} || {
echo 'Release tag set correctly: ${{ steps.tag.outputs.version }}'; exit 0
}
- name: Compare tag with existing package version
- name: Lookup tag within existing package versions
run: |
true
curl -X 'GET' \
'https://code.spamasaurus.com/api/v1/packages/djpbessems/container/filestash-enterprise' \
-H 'accept: application/json' \
-H 'Authorization: token ${{ secrets.GIT_APIKEY }}' |
jq -r 'any(.[].version; . == "${{ steps.tag.outputs.version }}")'
build_container:
name: Container image