From 9fbd750cd23fe540b5b6bf4ea6dad9c98a3acd36 Mon Sep 17 00:00:00 2001 From: iPromKnight <156901906+iPromKnight@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:24:14 +0000 Subject: [PATCH] enable tag and pr builds (#161) --- .github/workflows/base_image_workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/base_image_workflow.yaml b/.github/workflows/base_image_workflow.yaml index bd5587d..61a2701 100644 --- a/.github/workflows/base_image_workflow.yaml +++ b/.github/workflows/base_image_workflow.yaml @@ -70,6 +70,8 @@ jobs: flavor: | latest=auto tags: | + type=ref,event=tag + type=ref,event=pr type=sha,commit=${{ github.sha }} type=semver,pattern={{version}} type=raw,value=latest,enable={{is_default_branch}}