From c0ae048612365e22ded2d7427f11a325d3b54758 Mon Sep 17 00:00:00 2001 From: Mitchell Barry Date: Thu, 19 Dec 2024 03:05:45 +0000 Subject: [PATCH] remove revision from tag --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7154eb8..e1f10f4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -43,7 +43,7 @@ jobs: type=sha,format=short type=ref,event=branch type=raw,value=latest,enable={{is_default_branch}} - type=raw,value={{date 'YYYY'}}{{date 'MM'}}.{{run_number}} + type=raw,value={{date 'YYYY'}}{{date 'MM'}},enable={{is_default_branch}} - name: Build and push API image