From 3986eaa4b2a22b6a21d058a4ced5549216f703a0 Mon Sep 17 00:00:00 2001 From: Matthias Pfeil Date: Fri, 4 Aug 2023 18:20:56 +0100 Subject: [PATCH] Add github tag as tag to image (#537) --- .github/workflows/build-and-push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 953bee9..545a18f 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -34,6 +34,7 @@ jobs: tags: | type=sha,prefix=,format=long type=schedule + type=ref,event=tag type=ref,event=branch type=ref,event=pr type=raw,value=latest,enable={{ is_default_branch }}