Browse Source

ci: add missing tag for pr and branch

Signed-off-by: rare-magma <[email protected]>
rare-magma 1 year ago
parent
commit
09d07a1ee9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/docker-publish.yml

+ 2 - 0
.github/workflows/docker-publish.yml

@@ -71,6 +71,8 @@ jobs:
         with:
           images: ${{ matrix.image }}
           tags: |
+            type=ref,event=branch
+            type=ref,event=pr
             # set latest tag for default branch
             type=raw,value=latest${{ matrix.flavour }},enable={{is_default_branch}}
             type=semver,pattern={{version}}