From 3e95ad1f96b2498ac72c60b14141807e90f9bf75 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 9 Apr 2023 07:38:06 -0400 Subject: [PATCH] chore(ci): publish revision tagged images Signed-off-by: Chris Gianelloni --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41a32c8..de86974 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,6 +50,8 @@ jobs: tags: | # Only version, no revision type=match,pattern=v(.*)-(.*),group=1 + # Full version, with revision + type=match,pattern=v(.*),group=1 # branch type=ref,event=branch # semver