From f2bd3105adf934501a425458d31ffcd252abe30e Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Fri, 22 Nov 2024 05:36:31 -0800 Subject: [PATCH] ci: tag container main & main-date Make sure we always have a { branch name } container tag in addition to a { branch name + date } tag. This way we have a rolling { branch name } of the main and release branches --- .github/workflows/dev_container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index d93a1292c3..c5b86caf43 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -43,7 +43,8 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=ref,event=branch,suffix=-{{date 'YYYYMMDD'}} + type=ref,event=branch,suffix=-{{date 'YYYYMMDD'}},priority=600 + type=ref,event=branch,suffix=,priority=500 type=ref,event=pr type=sha