From 41cd5aead2357d592fcc0422a19b5bbc71e865c1 Mon Sep 17 00:00:00 2001 From: Taeyeon Mori Date: Sat, 11 Nov 2023 08:07:42 +0100 Subject: [PATCH] Tag images for branches --- .github/workflows/push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 3b80624..08812ca 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -135,7 +135,6 @@ jobs: merge_and_publish: - if: (github.ref == 'refs/heads/master') || (startsWith(github.ref, 'refs/tags/')) runs-on: ubuntu-latest needs: - build @@ -166,6 +165,8 @@ jobs: tags: | # tag tags with :tag type=ref,event=tag + # tag branches with :branch + type=ref,event=branch # tag default branch with :latest type=raw,value=latest,enable={{is_default_branch}} flavor: |