ci: add priority to tags

This commit is contained in:
Andrii Andrushchyshyn 2025-05-10 06:03:03 +03:00
parent 7f489e22ef
commit 065fddda63
No known key found for this signature in database
GPG key ID: 6675AEDCEE0FAAD0

View file

@ -226,10 +226,10 @@ jobs:
${{ startsWith(github.ref, 'refs/tags/v') && format('type=raw,value={0},priority=900', github.ref_name) || '' }}
# Always add 'edge' tag for build on latest commit indicator
type=edge
type=edge,priority=800
# Always add short SHA tag for traceability
type=sha
type=sha,priority=700
- name: Create manifest list and push client images
working-directory: /tmp/digests # Change working directory to /tmp/digests
@ -260,10 +260,10 @@ jobs:
${{ startsWith(github.ref, 'refs/tags/v') && format('type=raw,value={0},priority=900', github.ref_name) || '' }}
# Always add 'edge' tag for build on latest commit indicator
type=edge
type=edge,priority=800
# Always add short SHA tag for traceability
type=sha
type=sha,priority=700
- name: Create manifest list and push backend images
working-directory: /tmp/digests # Change working directory to /tmp/digests