mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
ci: add priority to tags
This commit is contained in:
parent
7f489e22ef
commit
065fddda63
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue