build release on tag only

This commit is contained in:
2025-11-21 12:17:20 +01:00
parent 8ea077ba56
commit a6e08c86c0

View File

@@ -6,7 +6,7 @@ labels:
steps: steps:
compile: compile:
when: when:
event: [manual] event: [tag]
image: alpine:latest image: alpine:latest
commands: commands:
- apk update - apk update
@@ -19,7 +19,7 @@ steps:
release: release:
image: alpine:latest image: alpine:latest
when: when:
event: [manual] event: [tag]
environment: environment:
DEPLOY_TOKEN: DEPLOY_TOKEN:
from_secret: DEPLOY_TOKEN from_secret: DEPLOY_TOKEN