Update .gitea/workflows/build-docker-image.yml
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
|||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=semver,pattern=v{{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern=v{{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
|
type=schedule,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Kyiv'}}
|
||||||
- name: Login in Private Registry
|
- name: Login in Private Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|||||||
Reference in New Issue
Block a user