From 065fddda6386a3176600f1abef57f8187a9f39a8 Mon Sep 17 00:00:00 2001 From: Andrii Andrushchyshyn Date: Sat, 10 May 2025 06:03:03 +0300 Subject: [PATCH] ci: add priority to tags --- .github/workflows/docker-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 77e24d5..d1cf302 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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