add branch name for scheduled builds
Some checks failed
os / build (push) Has been cancelled

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-08 10:36:48 -03:00
commit 42b3fa6c84

View file

@ -43,6 +43,7 @@ jobs:
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=${{ github.ref_name }}
type=raw,value=${{ github.ref_name }}-10 type=raw,value=${{ github.ref_name }}-10
type=raw,value=${{ github.ref_name }}-10.${{ steps.date.outputs.date }} type=raw,value=${{ github.ref_name }}-10.${{ steps.date.outputs.date }}