Update .gitea/workflows/build-docker-image.yml

This commit is contained in:
2024-03-14 10:23:39 +02:00
parent ed1477eb69
commit 6f7b8c5db5

View File

@@ -35,8 +35,8 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
- name: Login in Private Registry
if: github.event_name != 'pull_request'